summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2015-04-12 11:23:59 +0000
committermarkm <markm@FreeBSD.org>2015-04-12 11:23:59 +0000
commit51200db9e0cacde4b15055ef9449d36d58e65fa7 (patch)
tree4b97784097983820f176cc6c46f8f225a92e190e /sys/sys/module.h
parent1bd8147e56408648f8252133fafdcaccc8e86d22 (diff)
downloadFreeBSD-src-51200db9e0cacde4b15055ef9449d36d58e65fa7.zip
FreeBSD-src-51200db9e0cacde4b15055ef9449d36d58e65fa7.tar.gz
Fix a very minor typo.
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 3baa755..69b74ff 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -71,7 +71,7 @@ typedef union modspecific {
} modspecific_t;
/*
- * Module dependency declarartion
+ * Module dependency declaration
*/
struct mod_depend {
int md_ver_minimum;
OpenPOWER on IntegriCloud