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 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/e345d384c2ca
branches:  trunk
changeset: 780271:e345d384c2ca
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jul 18 20:09:19 2012 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm/cpufunc_asm_arm11.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 117c79fa51e4 -r e345d384c2ca sys/arch/arm/arm/cpufunc_asm_arm11.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm11.S      Wed Jul 18 19:39:54 2012 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm11.S      Wed Jul 18 20:09:19 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm11.S,v 1.7 2012/05/10 11:47:09 skrll Exp $      */
+/*     $NetBSD: cpufunc_asm_arm11.S,v 1.8 2012/07/18 20:09:19 skrll Exp $      */
 
 /*
  * Copyright (c) 2002, 2005 ARM Limited
@@ -75,7 +75,7 @@
 /*
  * Context switch.
  *
- * These are the CPU-specific parts of the context switcher cpu_switch()
+ * These are the CPU-specific parts of the context switcher cpu_switchto()
  * These functions actually perform the TTB reload.
  */
 ENTRY(arm11_context_switch)



Home | Main Index | Thread Index | Old Index