typo in comment

svn: r14800

original commit: 09502205e211b1aa4c0d011f30717c359d02a281
This commit is contained in:
Eli Barzilay 2009-05-14 05:47:18 +00:00
parent 2e8d58ffcf
commit 1459403557

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