diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2024-07-31 09:13:19 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2024-07-31 09:14:33 -0700 |
commit | 11a8202d6ee7d81d3137c0561713b7df61ed6bc7 (patch) | |
tree | eef329c76c57a790d6a622328a566c8e0d08532b /src/libvmon/defs/proc_wants.def | |
parent | 99a9b04c131f99f6c72517fcfda6bee8e70928dd (diff) |
*: %s/heirarch/hierarch/
Mechnical fix of longstanding typo I'm tired of ignoring...
Diffstat (limited to 'src/libvmon/defs/proc_wants.def')
-rw-r--r-- | src/libvmon/defs/proc_wants.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvmon/defs/proc_wants.def b/src/libvmon/defs/proc_wants.def index 7f02602..f08f08c 100644 --- a/src/libvmon/defs/proc_wants.def +++ b/src/libvmon/defs/proc_wants.def @@ -1,7 +1,7 @@ #include "_begin.def" -/* the available per-process wants, the order here matters, put wants which affect the sampling heirarchy first */ -/* otherwise they will change the heirarchy after samples have been collected, leaving newly introduced nodes with uninitialized sample stores after return from vmon_sample() */ +/* the available per-process wants, the order here matters, put wants which affect the sampling hierarchy first */ +/* otherwise they will change the hierarchy after samples have been collected, leaving newly introduced nodes with uninitialized sample stores after return from vmon_sample() */ /* sym, name, internal fulfilllment function */ vmon_want(PROC_FOLLOW_CHILDREN, proc_follow_children, proc_follow_children) |