summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorNarendran Gopalakrishnan <g_narendran142@yahoo.com>2020-11-09 17:37:02 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commitbe604196308279ca886c7420bdc9465cb89f168e (patch)
tree2b93d8ae2f4181d96bbcafe8fb79f2b62be58388 /Process.h
parentfcda517a67ca0b0a1690a91c15e7255053d83e5c (diff)
Cleanup some documentation
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index fba782b8..ba3b83c9 100644
--- a/Process.h
+++ b/Process.h
@@ -67,7 +67,7 @@ typedef struct Process_ {
pid_t pid;
pid_t ppid;
pid_t tgid;
- char* comm; /* use Process_getCommand() for a decorated command line */
+ char* comm; /* use Process_getCommand() for Command actually displayed */
int commLen;
int indent;

© 2014-2024 Faster IT GmbH | imprint | privacy policy