aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/cam/ata/ata_da.c2
-rw-r--r--sys/sys/module.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
index 1d1d033c6833..d983a97a4015 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.
*/
diff --git a/sys/sys/module.h b/sys/sys/module.h
index f0192d57b214..07464fc6e1f6 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -166,7 +166,7 @@ struct mod_pnp_match_info
/**
* Generic macros to create pnp info hints that modules may export
- * to allow external tools to parse their intenral device tables
+ * to allow external tools to parse their internal device tables
* to make an informed guess about what driver(s) to load.
*/
#define MODULE_PNP_INFO(d, b, unique, t, l, n) \