From 7730bcf53d0992714c67a0416c53ca7b7a221293 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Fri, 7 Oct 2016 01:11:11 -0500 Subject: [PATCH] top: just cosmetic changes, absolutely no code altered Signed-off-by: Jim Warner --- top/top.c | 6 +++--- top/top.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/top/top.c b/top/top.c index bf76b080..2cc12fbd 100644 --- a/top/top.c +++ b/top/top.c @@ -3688,9 +3688,9 @@ static inline int find_ofs (const WIN_t *q, const char *buf) { - /* This is currently the one true prototype require by top. - It is placed here, instead of top.h, so as to avoid a compiler - warning when top_nls.c is compiled. */ + /* This is currently the only true prototype required by top. + It is placed here, instead of top.h, to avoid one compiler + warning when the top_nls.c source was compiled separately. */ static const char *task_show (const WIN_t *q, struct pids_stack *p); static void find_string (int ch) { diff --git a/top/top.h b/top/top.h index 9089a399..1e28a25d 100644 --- a/top/top.h +++ b/top/top.h @@ -159,7 +159,7 @@ char *strcasestr(const char *haystack, const char *needle); /* ##### Enum's and Typedef's ############################################ */ /* Flags for each possible field (and then some) -- - these MUST be kept in sync with the FLD_t Fieldstab[] array !! */ + these MUST be kept in sync with the Fieldstab[] array !! */ enum pflag { EU_PID = 0, EU_PPD, EU_UED, EU_UEN, EU_URD, EU_URN, EU_USD, EU_USN, @@ -581,7 +581,7 @@ typedef struct WIN_t { //atic const char *scale_pcnt (float num, int width, int justr); //atic const char *scale_tics (TIC_t tics, int width, int justr); /*------ Fields Management support -------------------------------------*/ -/*atic FLD_t Fieldstab[] = { ... } */ +/*atic struct Fieldstab[] = { ... } */ //atic void adj_geometry (void); //atic void build_headers (void); //atic void calibrate_fields (void);