svn commit: r204955 - head/sys/sys
John Baldwin
jhb at FreeBSD.org
Wed Mar 10 15:22:26 UTC 2010
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;
More information about the svn-src-all
mailing list