summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/script.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 13:46:09 +0100
committerKarel Zak2015-01-13 13:46:09 +0100
commitdee59a1ee619448e93bc05520d28615640779f6f (patch)
treeaa5e715065dc931261e491cc9ab354366cf9beee /libfdisk/src/script.c
parentlibblkid: fix compiler warnings [-Wpointer-sign] (diff)
downloadkernel-qcow2-util-linux-dee59a1ee619448e93bc05520d28615640779f6f.tar.gz
kernel-qcow2-util-linux-dee59a1ee619448e93bc05520d28615640779f6f.tar.xz
kernel-qcow2-util-linux-dee59a1ee619448e93bc05520d28615640779f6f.zip
libfdisk: fix some typos
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/script.c')
-rw-r--r--libfdisk/src/script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c
index 83bda995d..c75494a2e 100644
--- a/libfdisk/src/script.c
+++ b/libfdisk/src/script.c
@@ -214,11 +214,11 @@ const char *fdisk_script_get_header(struct fdisk_script *dp, const char *name)
* @name: header name
* @data: header data (or NULL)
*
- * The headers are used as global options (in script) for whole partition
+ * The headers are used as global options for whole partition
* table, always one header per line.
*
- * If no @data specified then the header is removed. If header does not exist
- * and @data specified then a new header added.
+ * If no @data is specified then the header is removed. If header does not exist
+ * and @data is specified then a new header is added.
*
* Note that libfdisk allows to specify arbitrary custom header, the default
* build-in headers are "unit" and "label", and some label specific headers