aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2016-11-02 12:56:06 +0100
committerKarel Zak <kzak@redhat.com>2016-11-02 12:56:06 +0100
commit8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5 (patch)
tree1988200b30c02f07b7c6d5fd50e629cff52ec712
parent10146e56b0051f723320c16d0e0f9d94ba0a8803 (diff)
downloadutil-linux-8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5.tar.gz
libfdisk: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--libfdisk/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c
index 1c949432ed..90f97a565f 100644
--- a/libfdisk/src/context.c
+++ b/libfdisk/src/context.c
@@ -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.