Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix comment.
details: https://anonhg.NetBSD.org/src/rev/37b3ea97bf16
branches: trunk
changeset: 770680:37b3ea97bf16
user: jym <jym%NetBSD.org@localhost>
date: Sat Oct 29 11:41:32 2011 +0000
description:
Fix comment.
diffstat:
sys/kern/kern_cpu.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 58088816170b -r 37b3ea97bf16 sys/kern/kern_cpu.c
--- a/sys/kern/kern_cpu.c Sat Oct 29 11:16:19 2011 +0000
+++ b/sys/kern/kern_cpu.c Sat Oct 29 11:41:32 2011 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index