svn commit: r222358 - projects/pseries/kern

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri May 27 14:30:21 UTC 2011


Author: nwhitehorn
Date: Fri May 27 14:30:19 2011
New Revision: 222358
URL: http://svn.freebsd.org/changeset/base/222358

Log:
  Spell "beginning" correctly.

Modified:
  projects/pseries/kern/subr_pcpu.c

Modified: projects/pseries/kern/subr_pcpu.c
==============================================================================
--- projects/pseries/kern/subr_pcpu.c	Fri May 27 14:30:13 2011	(r222357)
+++ projects/pseries/kern/subr_pcpu.c	Fri May 27 14:30:19 2011	(r222358)
@@ -92,7 +92,7 @@ pcpu_init(struct pcpu *pcpu, int cpuid, 
 	cpuid_to_pcpu[cpuid] = pcpu;
 	/*
 	 * It may be important that the CPU list stay ordered, so try to
-	 * install this PCPU at the end of the list instead of the beginnig.
+	 * install this PCPU at the end of the list instead of the beginning.
 	 */
 	for (tail = SLIST_FIRST(&cpuhead); tail != NULL &&
 	    SLIST_NEXT(tail, pc_allcpu) != NULL;


More information about the svn-src-projects mailing list