Module Name:    src
Committed By:   skrll
Date:           Wed Jul 18 20:09:19 UTC 2012

Modified Files:
        src/sys/arch/arm/arm: cpufunc_asm_arm11.S

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_arm11.S

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/arm/arm/cpufunc_asm_arm11.S
diff -u src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.7 src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.8
--- src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.7	Thu May 10 11:47:09 2012
+++ src/sys/arch/arm/arm/cpufunc_asm_arm11.S	Wed Jul 18 20:09:19 2012
@@ -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 @@ ENTRY(arm11_tlb_flushI_SE)
 /*
  * 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)

Reply via email to