diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2004-01-18 00:17:14 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2004-01-18 00:17:14 +0000 |
| commit | 8004412590692bd3fba6ec6883d0ea578f342bb5 (patch) | |
| tree | 38d299ee316481512f3af16c7c3b176f6b691ae6 | |
| parent | ef271e585842297f2d102d70dca153e7d234f433 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index 79e44c72c918..adb22f846ccf 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -2403,7 +2403,7 @@ saerror(union ccb *ccb, u_int32_t cflgs, u_int32_t sflgs) * Grotesque as it seems, the few times * I've actually seen a non-zero resid, * the tape drive actually lied and had - * writtent all the data!. + * written all the data!. */ csio->resid = 0; } |
