svn commit: r239586 - head/sys/kern

John Baldwin jhb at FreeBSD.org
Wed Aug 22 20:01:58 UTC 2012


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


More information about the svn-src-all mailing list