summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-08-22 20:01:57 +0000
committerjhb <jhb@FreeBSD.org>2012-08-22 20:01:57 +0000
commite62296e213b1516802511208b33400ade1a77091 (patch)
tree36dd9d5cd4c390a822a30104a1264287ce4ee65c /sys/kern/kern_module.c
parentca55558465e9647d883f38cb1f9639bb60c3a161 (diff)
downloadFreeBSD-src-e62296e213b1516802511208b33400ade1a77091.zip
FreeBSD-src-e62296e213b1516802511208b33400ade1a77091.tar.gz
Fix a typo.
Diffstat (limited to 'sys/kern/kern_module.c')
-rw-r--r--sys/kern/kern_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c
index 3f13373..b769320 100644
--- a/sys/kern/kern_module.c
+++ b/sys/kern/kern_module.c
@@ -133,7 +133,7 @@ module_register_init(const void *arg)
MOD_XLOCK;
if (mod->file) {
/*
- * Once a module is succesfully loaded, move
+ * Once a module is successfully loaded, move
* it to the head of the module list for this
* linker file. This resorts the list so that
* when the kernel linker iterates over the
OpenPOWER on IntegriCloud