From 713332b4eb79be2ca6de36c47853eef099214913 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 13:14:32 -0300 Subject: [PATCH] fix typo: duplicate 'the' in OP_NOTROOT comment Signed-off-by: Felipe Matarazzo Reviewed-by: ngie Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174 --- usr.sbin/mountd/mountd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 7e2f9b6e73b..e9c26b8c83c 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;