diff options
author | Karel Zak | 2016-11-02 12:56:06 +0100 |
---|---|---|
committer | Karel Zak | 2016-11-02 12:56:06 +0100 |
commit | 8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5 (patch) | |
tree | 1988200b30c02f07b7c6d5fd50e629cff52ec712 /libfdisk | |
parent | tests: add flock tests (diff) | |
download | kernel-qcow2-util-linux-8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5.tar.gz kernel-qcow2-util-linux-8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5.tar.xz kernel-qcow2-util-linux-8c2e8e86d2f0248ab62f4b41e0f7042443dc88e5.zip |
libfdisk: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk')
-rw-r--r-- | libfdisk/src/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c index 1c949432e..90f97a565 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. |