From: leeceeksdee <70331744+leeceeksdee@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:16:33 +0000 (+0200) Subject: him -> them X-Git-Tag: v2.37-rc1~501^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a03903011b6c9f1ca07c799a1f015e3fe6d2e00;p=thirdparty%2Futil-linux.git him -> them --- diff --git a/sys-utils/mount.c b/sys-utils/mount.c index e5bfd322ab..65ac20b5bb 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -391,7 +391,7 @@ static struct libmnt_table *append_fstab(struct libmnt_context *cxt, /* * Check source and target paths -- non-root user should not be able to - * resolve paths which are unreadable for him. + * resolve paths which are unreadable for them. */ static int sanitize_paths(struct libmnt_context *cxt) {