summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*