deivce -> device typo fix in comment.
authorkrw <krw@openbsd.org>
Sat, 26 Jul 2008 04:39:51 +0000 (04:39 +0000)
committerkrw <krw@openbsd.org>
Sat, 26 Jul 2008 04:39:51 +0000 (04:39 +0000)
sys/scsi/cd.c

index 3ec1d2a..7724889 100644 (file)
@@ -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
                 */