diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-08-06 08:28:10 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-08-06 08:28:10 +0000 |
commit | 35b413543f3dffa06b9f667cd8c650ec3d3115f0 (patch) | |
tree | 8ab69b6f1dc6d52bfc08bc723294d8194ad8eb0a /sys/dev/atapiscsi/atapiscsi.c | |
parent | 72aa930bb7597fbf1bd1dd8a75cb6dbc58e262cd (diff) |
Fix some "that that"s.
ok miod@ jmc@
Diffstat (limited to 'sys/dev/atapiscsi/atapiscsi.c')
-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 cfd0c2084ad..6fd9f9631d5 100644 --- a/sys/dev/atapiscsi/atapiscsi.c +++ b/sys/dev/atapiscsi/atapiscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiscsi.c,v 1.77 2007/02/14 00:53:47 jsg Exp $ */ +/* $OpenBSD: atapiscsi.c,v 1.78 2007/08/06 08:28:09 tom Exp $ */ /* * This code is derived from code with the copyright below. @@ -821,7 +821,7 @@ wdc_atapi_send_packet(chp, xfer, timeout, ret) * 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 - * ATAPI spec that that behaviour should be expected. If more + * ATAPI spec that this behaviour should be expected. If more * data is necessary, multiple data transfer phases will be done. */ |