diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2007-10-22 13:48:30 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2007-10-22 13:48:30 +0000 |
commit | 002f00a95033e61881fc4070195554d456d2dd38 (patch) | |
tree | 3b3a5b3a5b6c4c2197b6680bde82c0f70faba1d6 /profile.h | |
parent | 686baf3304ad518ed3bd249913ac0b385a16a949 (diff) |
Fix some spelling errors
2007-10-22 Soren Sandmann <sandmann@daimi.au.dk>
* sfile.c: Fix some spelling errors
* profile.[ch], sysprof.[ch]: Change "non_recursive" to
"cumulative" to match the UI
* profile.c (add_trace_to_tree): Add a couple of asserts.
* TODO: updates
svn path=/trunk/; revision=383
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ struct ProfileDescendant { char * name; guint self; - guint non_recursion; + guint cumulative; ProfileDescendant * parent; ProfileDescendant * siblings; ProfileDescendant * children; |