From be3f37528e20bff766b181eab4cc4821cd40c2e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 26 Mar 2019 10:20:57 +0100 Subject: [PATCH] util-lib: fix sentence in comment --- src/shared/mount-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3