diff options
author | Soren Sandmann <sandmann@redhat.com> | 2006-07-31 02:12:23 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2006-07-31 02:12:23 +0000 |
commit | 5efd06051c427e9eaf5f1b1afa60a7b69cda44ef (patch) | |
tree | 1a1f7faa053abd2137fbc27843598c38346a2026 /profile.c | |
parent | 144e440ff24a9db42b2a150b84960087ec4faf04 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |