typo in comment

svn: r14800
This commit is contained in:
Eli Barzilay 2009-05-14 05:47:18 +00:00
parent b23449ef00
commit 09502205e2

View File

@ -41,7 +41,7 @@
(lambda (node o w?) (fprintf o "#<node:~s>" (or (node-id node) '???))))
;; An edge representing function calls between two nodes:
;; - time: the total time spent while the call was somewhere on the stack.
;; - total: the total time spent while the call was anywhere on the stack.
;; - caller, callee: the two relevant `node' values.
;; - caller-time, callee-time: the time that the caller/callee spent in this
;; call (different from the above time because each stack sample's time is