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 bd54f57..b767103 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -2898,7 +2898,7 @@ witness_lock_order_add(struct witness *parent, struct witness *child) return (1); } -/* Call this whenver the structure of the witness graph changes. */ +/* Call this whenever the structure of the witness graph changes. */ static void witness_increment_graph_generation(void) { |