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
This commit is contained in:
committed by
Enji Cooper
parent
82525a8ead
commit
713332b4eb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user