Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 20:01:58 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239586 - head/sys/kern
Message-ID:  <201208222001.q7MK1w8Y089298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208222001.q7MK1w8Y089298>