]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix docs typo
authorKarel Zak <kzak@redhat.com>
Thu, 13 Jun 2019 11:45:39 +0000 (13:45 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Jun 2019 11:45:39 +0000 (13:45 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c

index 8d6ff7e4e755a613dd02007fd5fdcd246b19786f..6ce33ac1f2e745bf990772afa536d66fad3fb5f7 100644 (file)
@@ -1406,7 +1406,7 @@ int mnt_context_next_mount(struct libmnt_context *cxt,
  * non-zero.
  *
  * If mount(2) syscall or mount.type helper failed, then the
- * mnt_context_renext_mount() function returns zero, but the @mntrc is non-zero.
+ * mnt_context_next_mount() function returns zero, but the @mntrc is non-zero.
  * Use also mnt_context_get_status() to check if the filesystem was
  * successfully mounted.
  *