summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2008-07-26 04:39:52 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2008-07-26 04:39:52 +0000
commit50fd48d48fb140b36f30e589b2121c2cf05b0c89 (patch)
tree5258def8f610b8a7bef44ac09af4114c451071d1 /sys
parentcec3a46f98cf3d5f8654e25abbd2bf7ea42a573f (diff)
deivce -> device typo fix in comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 3ec1d2a3c32..7724889c0f4 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd.c,v 1.142 2008/06/22 16:32:05 krw Exp $ */
+/* $OpenBSD: cd.c,v 1.143 2008/07/26 04:39:51 krw Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
@@ -574,7 +574,7 @@ cdstart(void *v)
dp->b_actf = bp->b_actf;
/*
- * If the deivce has become invalid, abort all the
+ * If the device has become invalid, abort all the
* reads and writes until all files have been closed and
* re-opened
*/