summaryrefslogtreecommitdiffstats
path: root/lib/path.c
diff options
context:
space:
mode:
authorBenno Schulenberg2015-01-18 21:50:27 +0100
committerKarel Zak2015-01-26 11:22:15 +0100
commitb295bdb1b50a634c34a465ad873f368bce1667d5 (patch)
tree043f4fe5fa4c59c5f17d3b00173fb07539054a33 /lib/path.c
parenttextual: put option and its description into a single translatable string (diff)
downloadkernel-qcow2-util-linux-b295bdb1b50a634c34a465ad873f368bce1667d5.tar.gz
kernel-qcow2-util-linux-b295bdb1b50a634c34a465ad873f368bce1667d5.tar.xz
kernel-qcow2-util-linux-b295bdb1b50a634c34a465ad873f368bce1667d5.zip
docs: fix two "maybe be" duplications in program comments
Also improve the grammar of the comments and some neighbours. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'lib/path.c')
-rw-r--r--lib/path.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/path.c b/lib/path.c
index 42d321cb6..316af471b 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -1,9 +1,6 @@
/*
- * Simple functions to access files, paths maybe be globally prefixed by a
- * global prefix to read data from alternative destination (e.g. /proc dump for
- * regression tests).
- *
- * Taken from lscpu.c
+ * Simple functions to access files. Paths can be globally prefixed to read
+ * data from an alternative source (e.g. a /proc dump for regression tests).
*
* Copyright (C) 2008 Cai Qian <qcai@redhat.com>
* Copyright (C) 2008-2012 Karel Zak <kzak@redhat.com>