Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k Fix spelling in comments.



details:   https://anonhg.NetBSD.org/src/rev/d6a771abfce1
branches:  trunk
changeset: 340410:d6a771abfce1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Sep 03 13:07:46 2015 +0000

description:
Fix spelling in comments.

diffstat:

 sys/arch/luna68k/luna68k/locore.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 5abac53f5cc0 -r d6a771abfce1 sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Thu Sep 03 12:33:11 2015 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Thu Sep 03 13:07:46 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.61 2015/09/02 11:33:30 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.62 2015/09/03 13:07:46 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -927,9 +927,9 @@
        .long   0x8000          | %tc (4KB page)
 #endif
 GLOBAL(proto040tt0)            | tt0 0x4000.0000-0x7fff.ffff
-       .long   0x403fa040      | kernel only, cache inhebit, serialized
+       .long   0x403fa040      | kernel only, cache inhibit, serialized
 GLOBAL(proto040tt1)            | tt1 0x8000.0000-0xffff.ffff
-       .long   0x807fa040      | kernel only, cache inhebit, serialized
+       .long   0x807fa040      | kernel only, cache inhibit, serialized
 nullrp:
        .long   0x7fff0001      | do-nothing MMU root pointer
 



Home | Main Index | Thread Index | Old Index