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/5699fd4824bf
branches: trunk
changeset: 810552:5699fd4824bf
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 51b73a0675fb -r 5699fd4824bf 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