Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2010 15:22:26 +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: r204955 - head/sys/sys
Message-ID:  <201003101522.o2AFMQbh075196@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Mar 10 15:22:26 2010
New Revision: 204955
URL: http://svn.freebsd.org/changeset/base/204955

Log:
  Typo.

Modified:
  head/sys/sys/pcpu.h

Modified: head/sys/sys/pcpu.h
==============================================================================
--- head/sys/sys/pcpu.h	Wed Mar 10 14:21:05 2010	(r204954)
+++ head/sys/sys/pcpu.h	Wed Mar 10 15:22:26 2010	(r204955)
@@ -168,7 +168,7 @@ struct pcpu {
 	 * the pcpu structure is private to the kernel, some ports
 	 * (e.g. lsof, part of gtop) define _KERNEL and include this
 	 * header. While strictly speaking this is wrong, there's no
-	 * reason not to keep the offsets of the MI fields contants.
+	 * reason not to keep the offsets of the MI fields constant.
 	 * If only to make kernel debugging easier...
 	 */
 	PCPU_MD_FIELDS;



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