Author: jhb
Date: Wed Aug 22 20:01:57 2012
New Revision: 239586
URL: http://svn.freebsd.org/changeset/base/239586

Log:
  Fix a typo.

Modified:
  head/sys/kern/kern_module.c

Modified: head/sys/kern/kern_module.c
==============================================================================
--- head/sys/kern/kern_module.c Wed Aug 22 20:01:38 2012        (r239585)
+++ head/sys/kern/kern_module.c Wed Aug 22 20:01:57 2012        (r239586)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to