summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/label.c
diff options
context:
space:
mode:
authorMarcos Mello2019-06-20 13:22:25 +0200
committerMarcos Mello2019-06-20 13:22:25 +0200
commitf1424a94239f9149939b45ed9f19e8f77fb1847d (patch)
tree143c68572268a1c12d0cbaaa0a726568ae699a49 /libfdisk/src/label.c
parentRevert "lib/loopdev.c: Inline loopcxt_has_device" (diff)
downloadkernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.tar.gz
kernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.tar.xz
kernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.zip
libfdisk: fix typos
Diffstat (limited to 'libfdisk/src/label.c')
-rw-r--r--libfdisk/src/label.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c
index 68f73f143..a18cdeaff 100644
--- a/libfdisk/src/label.c
+++ b/libfdisk/src/label.c
@@ -247,7 +247,7 @@ const struct fdisk_field *fdisk_label_get_field_by_name(
* fdisk_write_disklabel:
* @cxt: fdisk context
*
- * This function wipes the device (if eanbled by fdisk_enable_wipe() and than
+ * This function wipes the device (if enabled by fdisk_enable_wipe()) and then
* it writes in-memory changes to disk. Be careful!
*
* Returns: 0 on success, otherwise, a corresponding error.
@@ -637,7 +637,7 @@ int fdisk_label_is_disabled(const struct fdisk_label *lb)
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*
@@ -662,7 +662,7 @@ int fdisk_label_get_geomrange_sectors(const struct fdisk_label *lb,
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*
@@ -687,7 +687,7 @@ int fdisk_label_get_geomrange_heads(const struct fdisk_label *lb,
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*