Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2011 14:30:19 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r222358 - projects/pseries/kern
Message-ID:  <201105271430.p4REUJxR039435@svn.freebsd.org>

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



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