summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-04-21 01:50:32 +0000
committerjhb <jhb@FreeBSD.org>2001-04-21 01:50:32 +0000
commit25f5a9093e23e49b8ab91d696bd7b1b1b3803f86 (patch)
tree36b01acb6ba09891b2d5439a6f6c20a4ba697feb /sys/kern
parent439a88e5fd41053348c67e3cd4a183aceb2721ac (diff)
downloadFreeBSD-src-25f5a9093e23e49b8ab91d696bd7b1b1b3803f86.zip
FreeBSD-src-25f5a9093e23e49b8ab91d696bd7b1b1b3803f86.tar.gz
Spelling nit: acquring -> acquiring.
Reported by: T. William Wells <bill@twwells.com>
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_witness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 44cebd2..b6600e5 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -531,7 +531,7 @@ witness_lock(struct lock_object *lock, int flags, const char *file, int line)
if (w->w_same_squawked || dup_ok(w))
goto out;
w->w_same_squawked = 1;
- printf("acquring duplicate lock of same type: \"%s\"\n",
+ printf("acquiring duplicate lock of same type: \"%s\"\n",
lock->lo_name);
printf(" 1st @ %s:%d\n", w->w_file, w->w_line);
printf(" 2nd @ %s:%d\n", file, line);
OpenPOWER on IntegriCloud