Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/arm32 Fix tyop.



details:   https://anonhg.NetBSD.org/src/rev/22f69557c190
branches:  trunk
changeset: 503957:22f69557c190
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Feb 18 22:32:32 2001 +0000

description:
Fix tyop.

diffstat:

 sys/arch/arm32/arm32/locore.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7600927b53af -r 22f69557c190 sys/arch/arm32/arm32/locore.S
--- a/sys/arch/arm32/arm32/locore.S     Sun Feb 18 22:13:41 2001 +0000
+++ b/sys/arch/arm32/arm32/locore.S     Sun Feb 18 22:32:32 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.37 2001/02/18 12:42:31 reinoud Exp $      */
+/*     $NetBSD: locore.S,v 1.38 2001/02/18 22:32:32 simonb Exp $       */
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -188,7 +188,8 @@
 Lboot_cache_purged:
 
        /*
-        * load the cpu_reset_needs_v4_MMU_disable flag to determine if its nessisary
+        * Load the cpu_reset_needs_v4_MMU_disable flag to determine if it's
+        * necessary.
         */
 
        ldr     r1, Lcpu_reset_needs_v4_MMU_disable



Home | Main Index | Thread Index | Old Index