summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2002-09-04 23:11:11 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2002-09-04 23:11:11 +0000
commitb377c46d6bec3ecc61b86c134a90e94010db4d9e (patch)
tree2c6c5447c0d6d37b0411a233b8846705eccb7733 /sys/scsi/scsiconf.c
parente4246e4a6e57452b37d4a86022289dca3401e3d8 (diff)
Write sentences.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 99c3ffa7104..2973c5c299a 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.68 2002/09/04 23:07:28 tdeval Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.69 2002/09/04 23:11:10 tdeval Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -806,8 +806,8 @@ scsi_probedev(scsi, target, lun)
scsi_autoconf | SCSI_IGNORE_ILLEGAL_REQUEST | SCSI_IGNORE_NOT_READY | SCSI_IGNORE_MEDIA_CHANGE);
#ifdef SCSI_2_DEF
- /* some devices need to be told to go to SCSI2 */
- /* However some just explode if you tell them this.. leave it out */
+ /* Some devices need to be told to go to SCSI2. */
+ /* However some just explode if you tell them this... leave it out. */
scsi_change_def(sc_link, scsi_autoconf | SCSI_SILENT);
#endif /* SCSI_2_DEF */