From a576a41d1d2af3767592db06548ae6fbbfd657ad Mon Sep 17 00:00:00 2001 From: attilio Date: Thu, 7 Jan 2010 01:24:09 +0000 Subject: Fix typos. --- sys/kern/kern_lock.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/kern/kern_lock.c') diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 0d0444f..18bbf9a 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -280,8 +280,8 @@ wakeupshlk(struct lock *lk, const char *file, int line) * 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 lk_exslpfail is consider as a 'upper limit' - * bound, considering the edge cases. + * sleeps so lk_exslpfail might be considered an 'upper limit' + * bound, including the edge cases. */ realexslp = sleepq_sleepcnt(&lk->lock_object, SQ_EXCLUSIVE_QUEUE); @@ -952,8 +952,8 @@ __lockmgr_args(struct lock *lk, u_int flags, struct lock_object *ilk, * about the real number of waiters with the * LK_SLEEPFAIL flag on because they may be used in * conjuction with interruptible sleeps so - * lk_exslpfail is consider as a 'upper limit' bound, - * considering the edge cases. + * lk_exslpfail might be considered an 'upper limit' + * bound, including the edge cases. */ MPASS((x & LK_EXCLUSIVE_SPINNERS) == 0); realexslp = sleepq_sleepcnt(&lk->lock_object, @@ -1061,8 +1061,8 @@ __lockmgr_args(struct lock *lk, u_int flags, struct lock_object *ilk, * lying about the real number of waiters with * the LK_SLEEPFAIL flag on because they may * be used in conjuction with interruptible - * sleeps so lk_exslpfail is consider as a - * 'upper limit' bound, considering the edge + * sleeps so lk_exslpfail might be considered + * an 'upper limit' bound, including the edge * cases. */ if (v & LK_EXCLUSIVE_WAITERS) { -- cgit v1.1