Module Name: src
Committed By: snj
Date: Sat Feb 27 20:35:14 UTC 2010
Modified Files:
src/sys/arch/evbmips/malta [matt-nb5-mips64]: machdep.c
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Fix gimplish.
To generate a diff of this commit:
cvs rdiff -u -r1.28.10.5 -r1.28.10.6 src/sys/arch/evbmips/malta/machdep.c
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/sys/arch/evbmips/rmixl/machdep.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/arch/evbmips/malta/machdep.c
diff -u src/sys/arch/evbmips/malta/machdep.c:1.28.10.5 src/sys/arch/evbmips/malta/machdep.c:1.28.10.6
--- src/sys/arch/evbmips/malta/machdep.c:1.28.10.5 Sat Feb 27 08:00:02 2010
+++ src/sys/arch/evbmips/malta/machdep.c Sat Feb 27 20:35:13 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.28.10.5 2010/02/27 08:00:02 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.28.10.6 2010/02/27 20:35:13 snj Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.28.10.5 2010/02/27 08:00:02 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.28.10.6 2010/02/27 20:35:13 snj Exp $");
#include "opt_ddb.h"
#include "opt_execfmt.h"
@@ -333,7 +333,7 @@
#ifdef MULTIPROCESSOR
/*
- * We can never running on more than one processor but we can dream.
+ * We can never be running on more than one processor but we can dream.
*/
mips_fixup_exceptions(mips_fixup_zero_relative);
#endif
Index: src/sys/arch/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.20 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.21
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.20 Sat Feb 27 08:00:02 2010
+++ src/sys/arch/evbmips/rmixl/machdep.c Sat Feb 27 20:35:14 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.1.2.20 2010/02/27 08:00:02 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.1.2.21 2010/02/27 20:35:14 snj Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.20 2010/02/27 08:00:02 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.21 2010/02/27 20:35:14 snj Exp $");
#include "opt_ddb.h"
#include "opt_com.h"
@@ -464,7 +464,7 @@
KASSERT(offset < sizeof(struct cpu_info));
/*
- * Fixup this direct load cpu_info_store to actual get the current
+ * Fixup this direct load cpu_info_store to actually get the current
* CPU's cpu_info from COP0 OSSCRATCH0 and then fix the load to be
* relative from the start of struct cpu_info.
*/