diff options
author | John Baldwin <jhb@FreeBSD.org> | 2012-08-22 20:01:57 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2012-08-22 20:01:57 +0000 |
commit | dda66918e6b8cbf29fff97ce80252526a9e44e08 (patch) | |
tree | 36dd9d5cd4c390a822a30104a1264287ce4ee65c | |
parent | ba96d2d81635b3ec6b7581eaa194d3e5bc0e08ed (diff) |
Notes
-rw-r--r-- | sys/kern/kern_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c index 3f13373f032f..b7693203283a 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 |