libfdisk: fix typo

This commit is contained in:
Karel Zak 2014-11-26 11:23:27 +01:00
parent 7ab7af7578
commit 0e679d79e2
1 changed files with 3 additions and 1 deletions

View 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;