From 224beac0d6b084308234b7929afb92edefa71064 Mon Sep 17 00:00:00 2001 From: johan Date: Sun, 18 Jan 2004 00:17:14 +0000 Subject: Fix type in comment, 's/writtent/written/' PR: 56954 Submitted by: Dan Langille --- sys/cam/scsi/scsi_sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cam') 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; } -- cgit v1.1