summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-04-15 02:36:14 +0000
committerngie <ngie@FreeBSD.org>2016-04-15 02:36:14 +0000
commitb661a7c9c12c09497e329f6619d3e562cfd1418f (patch)
treec38546d9ab7098d8cdbbe633ec1ac9fc94e7d8b5 /sys/cam
parent3d593173121c94e1e0c292e67eba37c36230ecd4 (diff)
downloadFreeBSD-src-b661a7c9c12c09497e329f6619d3e562cfd1418f.zip
FreeBSD-src-b661a7c9c12c09497e329f6619d3e562cfd1418f.tar.gz
Fix typos (intenral -> internal) in comments
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/ata/ata_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
index 1d1d033..d983a97 100644
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -913,7 +913,7 @@ adadump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t len
xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL);
/*
- * Tell the drive to flush its intenral cache. if we
+ * Tell the drive to flush its internal cache. if we
* can't flush in 5s we have big problems. No need to
* wait the default 60s to detect problems.
*/
OpenPOWER on IntegriCloud