From 5d338b18e7da073a07e64aabd498548173223b05 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 27 Jul 2022 00:00:00 -0500 Subject: [PATCH] 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 --- top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/top.c b/top/top.c index 1a899cd6..7d082e97 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];