Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Typos.



details:   https://anonhg.NetBSD.org/src/rev/44b9b6f352bc
branches:  trunk
changeset: 326519:44b9b6f352bc
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Feb 01 01:19:50 2014 +0000

description:
Typos.

diffstat:

 sys/arch/arm/include/locore.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5877539b2b3c -r 44b9b6f352bc sys/arch/arm/include/locore.h
--- a/sys/arch/arm/include/locore.h     Sat Feb 01 01:19:22 2014 +0000
+++ b/sys/arch/arm/include/locore.h     Sat Feb 01 01:19:50 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.11 2014/02/01 01:19:22 joerg Exp $        */
+/*     $NetBSD: locore.h,v 1.12 2014/02/01 01:19:50 joerg Exp $        */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -171,7 +171,7 @@
 #endif
 
 /*
- * User by the fault code to read the current instruction.
+ * Used by the fault code to read the current instruction.
  */
 static inline uint32_t
 read_insn(vaddr_t va, bool user_p)
@@ -189,7 +189,7 @@
 }
 
 /*
- * User by the fault code to read the current thumb instruction.
+ * Used by the fault code to read the current thumb instruction.
  */
 static inline uint32_t
 read_thumb_insn(vaddr_t va, bool user_p)



Home | Main Index | Thread Index | Old Index