mirror of https://github.com/golang/go.git
Fix a TODO comment
This commit is contained in:
parent
dcc9bf2ad1
commit
ae85bcf82b
|
|
@ -439,7 +439,7 @@ func (task *taskDesc) complete() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// descendents returns all the task nodes in the subtree rooted from this task.
|
// 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 {
|
func (task *taskDesc) decendents() []*taskDesc {
|
||||||
if task == nil {
|
if task == nil {
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue