summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commit28823d06561e2e9911180b17a57e05ff19d7cbf6 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/kern_lock.c
parent9c2f5157e79ad3b61010120d7f03c4d3223d3c38 (diff)
downloadFreeBSD-src-28823d06561e2e9911180b17a57e05ff19d7cbf6.zip
FreeBSD-src-28823d06561e2e9911180b17a57e05ff19d7cbf6.tar.gz
sys/kern: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index aa67180..34d7b34 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -281,7 +281,7 @@ wakeupshlk(struct lock *lk, const char *file, int line)
* exclusive waiters bit anyway.
* Please note that lk_exslpfail count may be lying about
* the real number of waiters with the LK_SLEEPFAIL flag on
- * because they may be used in conjuction with interruptible
+ * because they may be used in conjunction with interruptible
* sleeps so lk_exslpfail might be considered an 'upper limit'
* bound, including the edge cases.
*/
@@ -1058,7 +1058,7 @@ __lockmgr_args(struct lock *lk, u_int flags, struct lock_object *ilk,
* Please note that lk_exslpfail count may be lying
* about the real number of waiters with the
* LK_SLEEPFAIL flag on because they may be used in
- * conjuction with interruptible sleeps so
+ * conjunction with interruptible sleeps so
* lk_exslpfail might be considered an 'upper limit'
* bound, including the edge cases.
*/
@@ -1171,7 +1171,7 @@ __lockmgr_args(struct lock *lk, u_int flags, struct lock_object *ilk,
* Please note that lk_exslpfail count may be
* lying about the real number of waiters with
* the LK_SLEEPFAIL flag on because they may
- * be used in conjuction with interruptible
+ * be used in conjunction with interruptible
* sleeps so lk_exslpfail might be considered
* an 'upper limit' bound, including the edge
* cases.
OpenPOWER on IntegriCloud