top: miscellaneous accumulated tweaks to code/comments

Jeeze, to correct spelling on one single word (incure)
you had to go and align the entire comments paragraph?

[ well, at least there's one other minor code change ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2015-07-27 00:00:00 -05:00
committed by Craig Small
parent 9cc6ed10c8
commit 9ba65bad8e
2 changed files with 6 additions and 6 deletions

View File

@ -1915,7 +1915,7 @@ static void build_headers (void) {
if (EU_MAXPFLGS <= f) continue;
#endif
if (EU_CMD == f && CHKw(w, Show_CMDLIN)) Frames_libflags |= L_CMDLINE;
Frames_libflags |= Fieldstab[w->procflgs[i]].lflg;
Frames_libflags |= Fieldstab[f].lflg;
s = scat(s, justify_pad(N_col(f)
, VARcol(f) ? w->varcolsz : Fieldstab[f].width
, CHKw(w, Fieldstab[f].align)));