1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-25 13:49:55 +03:00

util-lib: fix sentence in comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2019-03-26 10:20:57 +01:00
parent 2771aaf571
commit be3f37528e

View 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,