aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-04-02 20:44:30 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-04-02 20:44:30 +0000
commit7feefcd6ce978ffa45163020bf54a27f75c70a00 (patch)
tree1bef7ad9f37736b67585b44a118de1d978d43089 /sys/kern
parent4807422fe763c5213fc24e3c24eb806dd741ad88 (diff)
downloadsrc-7feefcd6ce978ffa45163020bf54a27f75c70a00.tar.gz
src-7feefcd6ce978ffa45163020bf54a27f75c70a00.zip
Spelling police.
Notes
Notes: svn path=/head/; revision=93692
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_mutex.c2
-rw-r--r--sys/kern/subr_turnstile.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index d5a1b095c372..d54751908a46 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -507,7 +507,7 @@ _mtx_lock_sleep(struct mtx *m, int opts, const char *file, int line)
}
/*
- * We deffinately must sleep for this lock.
+ * We definitely must sleep for this lock.
*/
mtx_assert(m, MA_NOTOWNED);
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index d5a1b095c372..d54751908a46 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -507,7 +507,7 @@ _mtx_lock_sleep(struct mtx *m, int opts, const char *file, int line)
}
/*
- * We deffinately must sleep for this lock.
+ * We definitely must sleep for this lock.
*/
mtx_assert(m, MA_NOTOWNED);