diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-02-17 21:11:38 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-02-17 21:11:38 +0000 |
commit | 2a092b7162ddcfe30365211589292874dcd0f950 (patch) | |
tree | b8e12e50983a2c61f06843569cc22bca66405e9d /sys/dev | |
parent | 53dc911e84ce4fa5de04846e4dc09a1054260db5 (diff) |
Kill stray comment
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/softraid_crypto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c index 41ba3855f63..fc7284412b2 100644 --- a/sys/dev/softraid_crypto.c +++ b/sys/dev/softraid_crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_crypto.c,v 1.13 2008/02/17 20:40:56 hshoexer Exp $ */ +/* $OpenBSD: softraid_crypto.c,v 1.14 2008/02/17 21:11:37 marco Exp $ */ /* * Copyright (c) 2007 Ted Unangst <tedu@openbsd.org> * Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> @@ -17,7 +17,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* RAID crypto functions */ #include "bio.h" |