From: Karel Zak Date: Thu, 13 Jun 2019 11:45:39 +0000 (+0200) Subject: libmount: fix docs typo X-Git-Tag: v2.34~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369e4c53a8cf23e0f9760670c0420ad529cf32ab;p=thirdparty%2Futil-linux.git libmount: fix docs typo Signed-off-by: Karel Zak --- diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index 8d6ff7e4e7..6ce33ac1f2 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. *