summaryrefslogtreecommitdiffstats
path: root/libfdisk
diff options
context:
space:
mode:
authorKarel Zak2014-11-26 11:23:27 +0100
committerKarel Zak2014-11-26 11:23:27 +0100
commit0e679d79e273896012738e0a2a4fbb5b3a9556b0 (patch)
tree9c56565792be8609aec0ef8470c8c87bbd31ffb7 /libfdisk
parentlibfdisk: add docs for iterator (diff)
downloadkernel-qcow2-util-linux-0e679d79e273896012738e0a2a4fbb5b3a9556b0.tar.gz
kernel-qcow2-util-linux-0e679d79e273896012738e0a2a4fbb5b3a9556b0.tar.xz
kernel-qcow2-util-linux-0e679d79e273896012738e0a2a4fbb5b3a9556b0.zip
libfdisk: fix typo
Diffstat (limited to 'libfdisk')
-rw-r--r--libfdisk/src/label.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c
index a12bc838e..8acc0f8f6 100644
--- a/libfdisk/src/label.c
+++ b/libfdisk/src/label.c
@@ -10,7 +10,7 @@
* The fdisk_new_context() initializes all label drivers, and allocate
* per-label specific data struct. This concept allows to store label specific
* settings to the label driver independently on the currently active label
- * driver. Note that lable struct cannot be deallocated, so there is no
+ * driver. Note that label struct cannot be deallocated, so there is no
* reference counting for fdisk_label objects. All is destroyed by
* fdisk_unref_context() only.
*
@@ -24,6 +24,8 @@
* All functions that use "struct fdisk_context" rather than "struct
* fdisk_label" use the currently active label driver.
*/
+
+
int fdisk_probe_labels(struct fdisk_context *cxt)
{
size_t i;