From: Karel Zak Date: Wed, 2 Nov 2016 11:56:06 +0000 (+0100) Subject: libfdisk: fix typo X-Git-Tag: v2.29~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5;p=thirdparty%2Futil-linux.git libfdisk: fix typo Signed-off-by: Karel Zak --- 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.