From 8745bd70d544432f67b316cb14779d4a28c16dd5 Mon Sep 17 00:00:00 2001 From: krw Date: Sat, 26 Jul 2008 04:39:51 +0000 Subject: [PATCH] deivce -> device typo fix in comment. --- sys/scsi/cd.c | 4 ++-- 1 file 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 */ -- 2.20.1