summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-04 22:17:35 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-04 22:17:35 +0000
commit032137ff774110fadd739c09e517fcdf5eb6d1f7 (patch)
tree3e6f5fb47bf906dd8a333a70702bc906cb347da7
parent52520e90dd82bac11547efee62d64e25dec71487 (diff)
even better now text now.
-rw-r--r--sys/sys/sched.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index 0223bb9b50c..c514cffc1f6 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.32 2013/06/04 22:16:23 tedu Exp $ */
+/* $OpenBSD: sched.h,v 1.33 2013/06/04 22:17:34 tedu Exp $ */
/* $NetBSD: sched.h,v 1.2 1999/02/28 18:14:58 ross Exp $ */
/*-
@@ -180,8 +180,8 @@ void remrunqueue(struct proc *);
/*
* XXX Instead of using struct lock for the kernel lock and thus requiring us
* XXX to implement simplelocks, causing all sorts of fine-grained locks all
- * XXX over our tree getting activated, the sched_lock is a different kind of
- * XXX lock toi avoid introducing locking protocol bugs.
+ * XXX over our tree to be activated, the sched_lock is a different kind of
+ * XXX lock to avoid introducing locking protocol bugs.
*/
extern struct __mp_lock sched_lock;