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



details:   https://anonhg.NetBSD.org/src/rev/657aac0c9e76
branches:  trunk
changeset: 779208:657aac0c9e76
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu May 10 11:47:09 2012 +0000

description:
Typo

diffstat:

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

diffs (18 lines):

diff -r e02a0a60ba21 -r 657aac0c9e76 sys/arch/arm/arm/cpufunc_asm_arm11.S
--- a/sys/arch/arm/arm/cpufunc_asm_arm11.S      Thu May 10 11:03:22 2012 +0000
+++ b/sys/arch/arm/arm/cpufunc_asm_arm11.S      Thu May 10 11:47:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc_asm_arm11.S,v 1.6 2010/01/03 04:25:16 uebayasi Exp $   */
+/*     $NetBSD: cpufunc_asm_arm11.S,v 1.7 2012/05/10 11:47:09 skrll Exp $      */
 
 /*
  * Copyright (c) 2002, 2005 ARM Limited
@@ -30,7 +30,7 @@
  *
  * ARM11 assembly functions for CPU / MMU / TLB specific operations
  *
- * XXX We make no attempt at present to take advantage of the v6 memroy
+ * XXX We make no attempt at present to take advantage of the v6 memory
  * architecture or physically tagged cache.
  */
  



Home | Main Index | Thread Index | Old Index