From: Karel Zak Date: Wed, 26 Nov 2014 10:23:27 +0000 (+0100) Subject: libfdisk: fix typo X-Git-Tag: v2.26-rc1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e679d79e273896012738e0a2a4fbb5b3a9556b0;p=thirdparty%2Futil-linux.git libfdisk: fix typo --- diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c index a12bc838e2..8acc0f8f6c 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;