summaryrefslogtreecommitdiff
path: root/profile.c
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@redhat.com>2006-07-31 02:12:23 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-07-31 02:12:23 +0000
commit5efd06051c427e9eaf5f1b1afa60a7b69cda44ef (patch)
tree1a1f7faa053abd2137fbc27843598c38346a2026 /profile.c
parent144e440ff24a9db42b2a150b84960087ec4faf04 (diff)
Simplify this file a bit, and make it not rely on atomic pointer writes.
2006-07-30 Soren Sandmann <sandmann@redhat.com> * signal-handler.c: Simplify this file a bit, and make it not rely on atomic pointer writes.
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 3dc5bc0..1f935e5 100644
--- a/profile.c
+++ b/profile.c
@@ -402,7 +402,7 @@ profile_list_callers (Profile *profile,
GHashTable *all_ancestors;
GList *all, *list;
- /* Build a list of those ancestor that should get assigned
+ /* Build a list of those ancestors that should get assigned
* totals. If this callee does not have any recursive calls
* higher up, that means all of it's ancestors. If it does
* have a recursive call, only the one between this node