summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/scsi/scsi_sa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c
index 79e44c7..adb22f84 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;
}
OpenPOWER on IntegriCloud