summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/context.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/context.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/context.c')
-rw-r--r--libfdisk/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c
index 2a4d377e0..671c0ac7d 100644
--- a/libfdisk/src/context.c
+++ b/libfdisk/src/context.c
@@ -908,7 +908,7 @@ fdisk_sector_t fdisk_get_last_lba(struct fdisk_context *cxt)
* fdisk_reset_alignment().
*
* The default is number of sectors on the device, but maybe modified by the
- * current disklabel driver (for example GPT uses and of disk for backup
+ * current disklabel driver (for example GPT uses the end of disk for backup
* header, so last_lba is smaller than total number of sectors).
*
* Returns: 0 on success, <0 on error.