mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Cleanup some documentation
This commit is contained in:

committed by
BenBE

parent
fcda517a67
commit
be60419630
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user