diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-03 15:34:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-03 15:34:22 +0000 |
commit | 634e216163a5c52653720e632cb20b7322ddc82c (patch) | |
tree | 9928504d4c5ce1e74114929d659bf28bb9029216 | |
parent | 75de5397147ad752bb6be263a51d2872e2b4814e (diff) |
remove duplicate comment;
from thordur i. bjornsson;
-rw-r--r-- | sys/kern/kern_lock.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 4f9e159d317..94413ebd95f 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_lock.c,v 1.21 2005/11/28 00:14:28 jsg Exp $ */ +/* $OpenBSD: kern_lock.c,v 1.22 2006/01/03 15:34:21 jmc Exp $ */ /* * Copyright (c) 1995 @@ -58,11 +58,6 @@ void playback_stacktrace(int *, int); /* * Locking primitives implementation. - * Locks provide shared/exclusive sychronization. - */ - -/* - * Locking primitives implementation. * Locks provide shared/exclusive synchronization. */ |