diff options
Diffstat (limited to 'sys/kern/subr_witness.c')
-rw-r--r-- | sys/kern/subr_witness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index e1c00fe..01de5ed 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -1175,7 +1175,7 @@ witness_checkorder(struct lock_object *lock, int flags, const char *file, mtx_assert(&w_mtx, MA_OWNED); /* - * If we know that the the lock we are acquiring comes after + * If we know that the lock we are acquiring comes after * the lock we most recently acquired in the lock order tree, * then there is no need for any further checks. */ |