From 3a03903011b6c9f1ca07c799a1f015e3fe6d2e00 Mon Sep 17 00:00:00 2001 From: leeceeksdee <70331744+leeceeksdee@users.noreply.github.com> Date: Fri, 28 Aug 2020 19:16:33 +0200 Subject: [PATCH] him -> them --- sys-utils/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3