]> granicus.if.org Git - procps-ng/commit
library: minor tweaks of program logic and/or comments
authorJim Warner <james.warner@comcast.net>
Thu, 23 Jul 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Tue, 28 Jul 2015 11:51:00 +0000 (21:51 +1000)
commit63e828fe881210f30972524fcfc88bac215f36d0
treeb1c238190f0a9cf6422e3ff1d079dce3053743ce
parentaa7ff688db2e9f372621f151125165928ee9be84
library: minor tweaks of program logic and/or comments

This commit just corrects the oversight wherein 'item'
was being employed when 'these' was actually intended.

Also, it trades some 'item' use for a more descriptive
input parameter which henceforth is known as a 'dest'.

And, there was one leftover 'next' pointer eliminated.

Finally, some logic was made a tad less dependent upon
enumerator names and a few comments were also updated.

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/meminfo.c
proc/readstat.c
proc/readstat.h
proc/slab.c