diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-13 14:41:51 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-13 14:41:51 +0000 |
commit | cd8169fc0a7de50fa8b31790d10956c5e630d9ea (patch) | |
tree | f6f88c052de2fcfd39b006ca2f7f50422c694677 | |
parent | 49f0419e0ec0f15d62331d77328e73ba599e1e54 (diff) |
Remove a comment that just doesn't make any sense.
-rw-r--r-- | sys/kern/kern_synch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index ab0ada25e05..0441d05b95b 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_synch.c,v 1.37 2001/08/07 22:57:15 art Exp $ */ +/* $OpenBSD: kern_synch.c,v 1.38 2001/09/13 14:41:50 art Exp $ */ /* $NetBSD: kern_synch.c,v 1.37 1996/04/22 01:38:37 christos Exp $ */ /*- @@ -693,7 +693,6 @@ preempt(newp) /* - * The machine independent parts of mi_switch(). * Must be called at splstatclock() or higher. */ void |