summaryrefslogtreecommitdiffstats
path: root/linux
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 /linux
parentfcda517a67ca0b0a1690a91c15e7255053d83e5c (diff)
Cleanup some documentation
Diffstat (limited to 'linux')
-rw-r--r--linux/LinuxProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcess.c b/linux/LinuxProcess.c
index 1d1f9004..c9828065 100644
--- a/linux/LinuxProcess.c
+++ b/linux/LinuxProcess.c
@@ -351,7 +351,7 @@ void LinuxProcess_makeCommandStr(Process* this) {
}
/* The field separtor "│" has been chosen such that it will not match any
- * valid search string used for sorting or filtering */
+ * valid string used for searching or filtering */
const char *SEPARATOR = CRT_treeStr[TREE_STR_VERT];
const int SEPARATOR_LEN = strlen(SEPARATOR);

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