summaryrefslogtreecommitdiff
path: root/src/libvmon/vmon.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-07-31 09:13:19 -0700
committerVito Caputo <vcaputo@pengaru.com>2024-07-31 09:14:33 -0700
commit11a8202d6ee7d81d3137c0561713b7df61ed6bc7 (patch)
treeeef329c76c57a790d6a622328a566c8e0d08532b /src/libvmon/vmon.h
parent99a9b04c131f99f6c72517fcfda6bee8e70928dd (diff)
*: %s/heirarch/hierarch/
Mechnical fix of longstanding typo I'm tired of ignoring...
Diffstat (limited to 'src/libvmon/vmon.h')
-rw-r--r--src/libvmon/vmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvmon/vmon.h b/src/libvmon/vmon.h
index cefcb43..44b2b7b 100644
--- a/src/libvmon/vmon.h
+++ b/src/libvmon/vmon.h
@@ -265,7 +265,7 @@ typedef struct _vmon_t {
int array_hint_free; /* hint for a free element in the list */
list_head_t htab[VMON_HTAB_SIZE]; /* hash table for quickly finding processes being monitored */
- list_head_t processes; /* top of the processes heirarchy */
+ list_head_t processes; /* top of the processes hierarchy */
list_head_t orphans; /* ephemeral list of processes orphaned this sample, orphans wind up becoming top-level processes */
int processes_changed:1; /* flag set when the toplevel processes list changes */
© All Rights Reserved