From: Zbigniew Jędrzejewski-Szmek Date: Tue, 26 Mar 2019 09:20:57 +0000 (+0100) Subject: util-lib: fix sentence in comment X-Git-Tag: v242-rc1~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12110%2Fhead;p=thirdparty%2Fsystemd.git util-lib: fix sentence in comment --- diff --git a/src/shared/mount-util.c b/src/shared/mount-util.c index 9dcf49c0a2a..9987b6f80ce 100644 --- a/src/shared/mount-util.c +++ b/src/shared/mount-util.c @@ -107,7 +107,7 @@ static int get_mount_flags(const char *path, unsigned long *flags) { return 0; } -/* Use this function only if do you have direct access to /proc/self/mountinfo and need the caller to open it +/* Use this function only if you do not have direct access to /proc/self/mountinfo but the caller can open it * for you. This is the case when /proc is masked or not mounted. Otherwise, use bind_remount_recursive. */ int bind_remount_recursive_with_mountinfo( const char *prefix,