Skip to content

Commit ae85bcf

Browse files
committed
Fix a TODO comment
1 parent dcc9bf2 commit ae85bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/trace/annotations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func (task *taskDesc) complete() bool {
439439
}
440440

441441
// descendents returns all the task nodes in the subtree rooted from this task.
442-
// FIXIME: the method name is misspelled
442+
// TODO: the method name is misspelled
443443
func (task *taskDesc) decendents() []*taskDesc {
444444
if task == nil {
445445
return nil

0 commit comments

Comments
 (0)