aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/trace')
-rw-r--r--src/cmd/trace/annotations.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/trace/annotations.go b/src/cmd/trace/annotations.go
index 96c109e0f2..8071ac8879 100644
--- a/src/cmd/trace/annotations.go
+++ b/src/cmd/trace/annotations.go
@@ -439,6 +439,7 @@ func (task *taskDesc) complete() bool {
}
// descendents returns all the task nodes in the subtree rooted from this task.
+// TODO: the method name is misspelled
func (task *taskDesc) decendents() []*taskDesc {
if task == nil {
return nil