]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 26 Nov 2014 10:23:27 +0000 (11:23 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 26 Nov 2014 10:23:27 +0000 (11:23 +0100)
libfdisk/src/label.c

index a12bc838e2dc7a32a6ebd13fcb1397984099d54d..8acc0f8f6c587a5c4c05385b1f139c41f0988f73 100644 (file)
@@ -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;