Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm s/These is/These are/



details:   https://anonhg.NetBSD.org/src/rev/5dd5cda2c3bc
branches:  trunk
changeset: 750493:5dd5cda2c3bc
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Jan 03 04:25:16 2010 +0000

description:
s/These is/These are/

diffstat:

 sys/arch/arm/arm/cpufunc_asm_arm10.S    |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_arm11.S    |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_arm67.S    |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_arm8.S     |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_arm9.S     |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_sa1.S      |  4 ++--
 sys/arch/arm/arm/cpufunc_asm_xscale.S   |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (144 lines):

diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm10.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm10.S      Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm10.S      Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm10.S,v 1.8 2007/10/17 19:53:29 garbled Exp $    */
+/*     $NetBSD: cpufunc_asm_arm10.S,v 1.9 2010/01/03 04:25:16 uebayasi Exp $   */
 
 /*
  * Copyright (c) 2002 ARM Limited
@@ -50,7 +50,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm10_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm11.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm11.S      Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm11.S      Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm11.S,v 1.5 2008/04/27 18:58:43 matt Exp $       */
+/*     $NetBSD: cpufunc_asm_arm11.S,v 1.6 2010/01/03 04:25:16 uebayasi Exp $   */
 
 /*
  * Copyright (c) 2002, 2005 ARM Limited
@@ -75,7 +75,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm11_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm67.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm67.S      Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm67.S      Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm67.S,v 1.3 2007/10/17 19:53:29 garbled Exp $    */
+/*     $NetBSD: cpufunc_asm_arm67.S,v 1.4 2010/01/03 04:25:16 uebayasi Exp $   */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -83,7 +83,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm67_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S   Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S   Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm7tdmi.S,v 1.3 2007/10/17 19:53:29 garbled Exp $ */
+/*     $NetBSD: cpufunc_asm_arm7tdmi.S,v 1.4 2010/01/03 04:25:16 uebayasi Exp $        */
 
 /*
  * Copyright (c) 2001 John Fremlin
@@ -89,7 +89,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm7tdmi_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm8.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm8.S       Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm8.S       Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm8.S,v 1.5 2008/04/27 18:58:43 matt Exp $        */
+/*     $NetBSD: cpufunc_asm_arm8.S,v 1.6 2010/01/03 04:25:16 uebayasi Exp $    */
 
 /*
  * Copyright (c) 1997 ARM Limited
@@ -256,7 +256,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm8_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_arm9.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm9.S       Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm9.S       Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm9.S,v 1.6 2007/10/17 19:53:29 garbled Exp $     */
+/*     $NetBSD: cpufunc_asm_arm9.S,v 1.7 2010/01/03 04:25:16 uebayasi Exp $    */
 
 /*
  * Copyright (c) 2001, 2004 ARM Limited
@@ -213,7 +213,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm9_context_switch)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_sa1.S
--- a/sys/arch/arm/arm/cpufunc_asm_sa1.S        Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_sa1.S        Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_sa1.S,v 1.10 2007/10/17 19:53:29 garbled Exp $     */
+/*     $NetBSD: cpufunc_asm_sa1.S,v 1.11 2010/01/03 04:25:16 uebayasi Exp $    */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -285,7 +285,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 #if defined(CPU_SA110)
diff -r 23d4219b8943 -r 5dd5cda2c3bc sys/arch/arm/arm/cpufunc_asm_xscale.S
--- a/sys/arch/arm/arm/cpufunc_asm_xscale.S     Sun Jan 03 04:06:31 2010 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_xscale.S     Sun Jan 03 04:25:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_xscale.S,v 1.18 2007/10/17 19:53:29 garbled Exp $  */
+/*     $NetBSD: cpufunc_asm_xscale.S,v 1.19 2010/01/03 04:25:16 uebayasi Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -455,7 +455,7 @@
 /*
  * Context switch.
  *
- * These is the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switch()
  * These functions actually perform the TTB reload.
  */
 ENTRY(xscale_context_switch)



Home | Main Index | Thread Index | Old Index