From 11a8202d6ee7d81d3137c0561713b7df61ed6bc7 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 31 Jul 2024 09:13:19 -0700 Subject: *: %s/heirarch/hierarch/ Mechnical fix of longstanding typo I'm tired of ignoring... --- src/libvmon/defs/proc_wants.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libvmon/defs') 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) -- cgit v1.2.3