summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
diff options
context:
space:
mode:
authorBenno Schulenberg2010-06-10 14:27:34 +0200
committerKarel Zak2010-06-14 11:17:00 +0200
commitd0bb6987a85fd84a3410a21a89592d4809148465 (patch)
tree88f85a0a541c8e7eb44a7032280c59d5e9a1f46e /sys-utils/lscpu.c
parentuuidd: spell the plural of "UUID" consistently as "UUIDs" (diff)
downloadkernel-qcow2-util-linux-d0bb6987a85fd84a3410a21a89592d4809148465.tar.gz
kernel-qcow2-util-linux-d0bb6987a85fd84a3410a21a89592d4809148465.tar.xz
kernel-qcow2-util-linux-d0bb6987a85fd84a3410a21a89592d4809148465.zip
textual: fix typos, and rephrase some things for clarity
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/lscpu.c')
-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 6b786e8cc..780f1d624 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;
}