diff options
| author | Felipe Matarazzo <felipemps@protonmail.com> | 2026-04-29 16:14:32 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-30 16:29:16 +0000 |
| commit | 713332b4eb79be2ca6de36c47853eef099214913 (patch) | |
| tree | e873563757fd609494e5ba6798d1c6cb040e1b1e | |
| parent | 82525a8ead6b778f4eb0f7a6a2dbe327fa69fcfe (diff) | |
fix typo: duplicate 'the' in OP_NOTROOT comment
Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
| -rw-r--r-- | usr.sbin/mountd/mountd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 7e2f9b6e73bd..e9c26b8c83c5 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -323,7 +323,7 @@ static gid_t *tmp_groups = NULL; #define OP_MASKLEN 0x200 #define OP_SEC 0x400 #define OP_CLASSMASK 0x800 /* mask not specified, is Class A/B/C default */ -#define OP_NOTROOT 0x1000 /* Mark the the mount path is not a fs root */ +#define OP_NOTROOT 0x1000 /* Mark the mount path is not a fs root */ #ifdef DEBUG static int debug = 1; |
