summaryrefslogtreecommitdiff
path: root/sys-utils
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2010-06-10 14:27:34 +0200
committerKarel Zak <kzak@redhat.com>2010-06-14 11:17:00 +0200
commitd0bb6987a85fd84a3410a21a89592d4809148465 (patch)
tree88f85a0a541c8e7eb44a7032280c59d5e9a1f46e /sys-utils
parent333ec74962a34a3fcc5a1f233012dba86a1cf72b (diff)
downloadutil-linux-old-d0bb6987a85fd84a3410a21a89592d4809148465.tar.gz
textual: fix typos, and rephrase some things for clarity
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/lscpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index 6b786e8c..780f1d62 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -362,7 +362,7 @@ read_basicinfo(struct lscpu_desc *desc)
/* the root is '/' so we are working with data from the current kernel */
maxcpus = get_max_number_of_cpus();
else
- /* we are reading some /sys snapshot instead the real /sys,
+ /* we are reading some /sys snapshot instead of the real /sys,
* let's use any crazy number... */
maxcpus = desc->ncpus > 2048 ? desc->ncpus : 2048;
}