Module Name: src
Committed By: jym
Date: Sat Oct 29 11:41:32 UTC 2011
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/kern/kern_cpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/kern_cpu.c
diff -u src/sys/kern/kern_cpu.c:1.51 src/sys/kern/kern_cpu.c:1.52
--- src/sys/kern/kern_cpu.c:1.51 Sun Sep 11 14:54:49 2011
+++ src/sys/kern/kern_cpu.c Sat Oct 29 11:41:32 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_cpu.c,v 1.51 2011/09/11 14:54:49 jdc Exp $ */
+/* $NetBSD: kern_cpu.c,v 1.52 2011/10/29 11:41:32 jym Exp $ */
/*-
* Copyright (c) 2007, 2008, 2009, 2010 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.51 2011/09/11 14:54:49 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.52 2011/10/29 11:41:32 jym Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -80,8 +80,8 @@ __KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v
#include <uvm/uvm_extern.h>
/*
- * If the port has state that cpu_data is the first thing in cpu_info,
- * verify the claim is true. This will prevent the from getting out
+ * If the port has stated that cpu_data is the first thing in cpu_info,
+ * verify that the claim is true. This will prevent them from getting out
* of sync.
*/
#ifdef __HAVE_CPU_DATA_FIRST