We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc9bf2 commit ae85bcfCopy full SHA for ae85bcf
src/cmd/trace/annotations.go
@@ -439,7 +439,7 @@ func (task *taskDesc) complete() bool {
439
}
440
441
// descendents returns all the task nodes in the subtree rooted from this task.
442
-// FIXIME: the method name is misspelled
+// TODO: the method name is misspelled
443
func (task *taskDesc) decendents() []*taskDesc {
444
if task == nil {
445
return nil
0 commit comments