summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2022-07-27 00:00:00 -0500
committerCraig Small <csmall@dropbear.xyz>2022-07-27 21:19:37 +1000
commit5d338b18e7da073a07e64aabd498548173223b05 (patch)
treeafea1102effb866a2064385f2446e056d3473594
parentbe7e171597b21f6a572f5027f7e1feeb52ec27fb (diff)
downloadprocps-ng-5d338b18e7da073a07e64aabd498548173223b05.tar.gz
top: make function prologue the same as newlib version
The change occurred under the newlib branch in a patch that couldn't be ported dealing with MEMINFO_MEM_USED. That required a library change whereas this is frozen. Reference(s): . Jun, 2022 - newlib branch change commit 047d16ccfda6638eda78f56b67def196a2002b6f Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/top.c b/top/top.c
index 1a899cd..7d082e9 100644
--- a/top/top.c
+++ b/top/top.c
@@ -6277,7 +6277,7 @@ static void keys_xtra (int ch) {
* ( surely, this must make us run much more efficiently. amirite? ) | */
/*
- * Cpu *Helper* function to show the percentages for one or two cpus |
+ * A *Helper* function to show summary information for up to 2 lines |
* as a single line. We return the number of lines actually printed. | */
static inline int sum_see (const char *str, int nobuf) {
static char row[ROWMINSIZ];