diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-11-27 09:18:02 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-11-27 09:18:02 +0000 |
commit | 7cc3300fabc3cf239380c24516b1e0319d8c9885 (patch) | |
tree | 69cfc6435ce3faeea433fc36c4f2ee48da82ea85 /sys/dev/atapiscsi | |
parent | 13fdd26437a5569ea792d0eba2a389820c168338 (diff) |
typo in documentation; missing full stop.
from Dawe.
Diffstat (limited to 'sys/dev/atapiscsi')
-rw-r--r-- | sys/dev/atapiscsi/atapiscsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c index e45ae328365..fb4d0c80c34 100644 --- a/sys/dev/atapiscsi/atapiscsi.c +++ b/sys/dev/atapiscsi/atapiscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiscsi.c,v 1.83 2009/09/05 11:20:24 dlg Exp $ */ +/* $OpenBSD: atapiscsi.c,v 1.84 2009/11/27 09:18:01 sobrado Exp $ */ /* * This code is derived from code with the copyright below. @@ -824,7 +824,7 @@ wdc_atapi_send_packet(chp, xfer, timeout, ret) struct ata_drive_datas *drvp = &chp->ch_drive[xfer->drive]; /* - * Even with WDCS_ERR, the device should accept a command packet + * Even with WDCS_ERR, the device should accept a command packet. * Limit length to what can be stuffed into the cylinder register * (16 bits). Some CD-ROMs seem to interpret '0' as 65536, * but not all devices do that and it's not obvious from the |