summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2019-06-13 13:45:39 +0200
committerKarel Zak2019-06-13 13:45:39 +0200
commit369e4c53a8cf23e0f9760670c0420ad529cf32ab (patch)
tree3a035084a3b4ab0db68192a24faf2da28f03bb57
parentrev: be careful with close() (diff)
downloadkernel-qcow2-util-linux-369e4c53a8cf23e0f9760670c0420ad529cf32ab.tar.gz
kernel-qcow2-util-linux-369e4c53a8cf23e0f9760670c0420ad529cf32ab.tar.xz
kernel-qcow2-util-linux-369e4c53a8cf23e0f9760670c0420ad529cf32ab.zip
libmount: fix docs typo
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--libmount/src/context_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index 8d6ff7e4e..6ce33ac1f 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -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.
*