]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 2 Nov 2016 11:56:06 +0000 (12:56 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 2 Nov 2016 11:56:06 +0000 (12:56 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/context.c

index 1c949432ed58a6059f5fbf0781cadc107a0f4b5e..90f97a565f0822b5dc91ab9af73573663c090e8f 100644 (file)
@@ -350,7 +350,7 @@ int fdisk_enable_bootbits_protection(struct fdisk_context *cxt, int enable)
  * See also fdisk_wipe_partition().
  *
  * This is no-op if any collision has not been detected by
- * fdisk_assign_device(). See fdisk_has_collision(). The default is not wipe a
+ * fdisk_assign_device(). See fdisk_get_collision(). The default is not wipe a
  * device.
  *
  * Returns: 0 on success, < 0 on error.