summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
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/sys/module.h
parent3d593173121c94e1e0c292e67eba37c36230ecd4 (diff)
downloadFreeBSD-src-b661a7c9c12c09497e329f6619d3e562cfd1418f.zip
FreeBSD-src-b661a7c9c12c09497e329f6619d3e562cfd1418f.tar.gz
Fix typos (intenral -> internal) in comments
Diffstat (limited to 'sys/sys/module.h')
-rw-r--r--sys/sys/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h
index f0192d5..07464fc 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) \
OpenPOWER on IntegriCloud