1
0
mirror of https://github.com/golang/go synced 2024-11-26 03:17:57 -07:00

Fix a TODO comment

This commit is contained in:
Kazuhiro Sera 2018-08-23 14:05:32 +09:00
parent dcc9bf2ad1
commit ae85bcf82b

View File

@ -439,7 +439,7 @@ func (task *taskDesc) complete() bool {
}
// descendents returns all the task nodes in the subtree rooted from this task.
// FIXIME: the method name is misspelled
// TODO: the method name is misspelled
func (task *taskDesc) decendents() []*taskDesc {
if task == nil {
return nil