]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
util-lib: fix sentence in comment 12110/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Mar 2019 09:20:57 +0000 (10:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Mar 2019 18:06:48 +0000 (19:06 +0100)
src/shared/mount-util.c

index 9dcf49c0a2a9931badd7402c42c9c94b199f4e99..9987b6f80ced4b8fcbd11203d0397beac341312a 100644 (file)
@@ -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,