summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/label.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 11:45:19 +0100
committerKarel Zak2015-01-13 11:45:19 +0100
commit0c07055c39d38c106782db4ef5e806535641c556 (patch)
tree84cdf17e7bb72b1d36b8b330b48196d94638ce44 /libfdisk/src/label.c
parentraw: fix raw query (diff)
downloadkernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.gz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.xz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.zip
libfdisk: cleanup gtk-docs warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/label.c')
-rw-r--r--libfdisk/src/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c
index 750cfca55..e4d15b216 100644
--- a/libfdisk/src/label.c
+++ b/libfdisk/src/label.c
@@ -163,7 +163,7 @@ int fdisk_label_get_fields_ids(
*
* The field struct describes data stored in struct fdisk_partition. The info
* about data is usable for example to generate human readable output (e.g.
- * fdisk 'p'rint command). See fdisk_partition_to_stirng() and fdisk code.
+ * fdisk 'p'rint command). See fdisk_partition_to_string() and fdisk code.
*
* Returns: pointer to static instance of the field.
*/