From owner-svn-src-projects@FreeBSD.ORG Fri May 27 14:30:21 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CBFA1065675; Fri, 27 May 2011 14:30:19 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C25A78FC1B; Fri, 27 May 2011 14:30:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p4REUJvs039437; Fri, 27 May 2011 14:30:19 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p4REUJxR039435; Fri, 27 May 2011 14:30:19 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201105271430.p4REUJxR039435@svn.freebsd.org> From: Nathan Whitehorn Date: Fri, 27 May 2011 14:30:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222358 - projects/pseries/kern X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 14:30:21 -0000 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;