diff --git a/src/cmd/trace/annotations.go b/src/cmd/trace/annotations.go index 2c47103696..8071ac8879 100644 --- a/src/cmd/trace/annotations.go +++ b/src/cmd/trace/annotations.go @@ -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