]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Callgrind manual: Fix typo
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Thu, 24 May 2007 20:42:41 +0000 (20:42 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Thu, 24 May 2007 20:42:41 +0000 (20:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6748

callgrind/docs/cl-manual.xml

index bb76a172a23c5944c8233a9de2c5f4f0602a4dd7..b33d027bd509f01e1841931e621c4a8b875c1034 100644 (file)
@@ -395,7 +395,7 @@ callgrind.out.<emphasis>pid</emphasis>.<emphasis>part</emphasis>-<emphasis>threa
   analysis of your code harder. This is because inclusive costs
   for calls inside of a cycle are meaningless. The definition of
   inclusive cost, ie. self cost of a function plus inclusive cost
-  of its callers, needs a topological order among functions. For
+  of its callees, needs a topological order among functions. For
   cycles, this does not hold true: callees of a function in a cycle include
   the function itself. Therefore, KCachegrind does cycle detection
   and skips visualization of any inclusive cost for calls inside