summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-01-18 00:17:14 +0000
committerjohan <johan@FreeBSD.org>2004-01-18 00:17:14 +0000
commit224beac0d6b084308234b7929afb92edefa71064 (patch)
tree38d299ee316481512f3af16c7c3b176f6b691ae6 /sys/cam
parent11d05af5422cab1e906722b1a19f3b6f9ee5d24a (diff)
downloadFreeBSD-src-224beac0d6b084308234b7929afb92edefa71064.zip
FreeBSD-src-224beac0d6b084308234b7929afb92edefa71064.tar.gz
Fix type in comment, 's/writtent/written/'
PR: 56954 Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'sys/cam')
-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