summaryrefslogtreecommitdiff
path: root/profile.h
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@daimi.au.dk>2007-10-22 13:48:30 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2007-10-22 13:48:30 +0000
commit002f00a95033e61881fc4070195554d456d2dd38 (patch)
tree3b3a5b3a5b6c4c2197b6680bde82c0f70faba1d6 /profile.h
parent686baf3304ad518ed3bd249913ac0b385a16a949 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.h b/profile.h
index 5a9a3f5..0c1b874 100644
--- a/profile.h
+++ b/profile.h
@@ -43,7 +43,7 @@ struct ProfileDescendant
{
char * name;
guint self;
- guint non_recursion;
+ guint cumulative;
ProfileDescendant * parent;
ProfileDescendant * siblings;
ProfileDescendant * children;