From 934066495728ddcb08e654f00e61fe5452f8da35 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 29 May 2009 11:22:59 +0000 Subject: [PATCH] fix comment in about-to-be-changed version svn: r15008 original commit: 95c52b9ce3dc08d430b45bcc98df75e7304ec16a --- collects/profile/utils.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/utils.ss b/collects/profile/utils.ss index 0b903b0..9961ef0 100644 --- a/collects/profile/utils.ss +++ b/collects/profile/utils.ss @@ -87,7 +87,7 @@ (and (not (hash-ref t lee #f)) lee))) (node-callees cur)) todo))) - ;; note: the result still includes the root node + ;; note: the result does not include the root node (hash-map t cons)))) ;; now create a linear order similar to the way section 9.4 describes, except