Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Typo in comment. s/availble/available/
details: https://anonhg.NetBSD.org/src/rev/01a1a85a51c8
branches: trunk
changeset: 467237:01a1a85a51c8
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Jan 18 05:56:51 2020 +0000
description:
Typo in comment. s/availble/available/
diffstat:
sys/arch/x68k/stand/boot_ufs/boot.S | 4 ++--
sys/arch/x68k/stand/xxboot/boot.S | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 99c4c479b2c4 -r 01a1a85a51c8 sys/arch/x68k/stand/boot_ufs/boot.S
--- a/sys/arch/x68k/stand/boot_ufs/boot.S Sat Jan 18 05:48:31 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot.S Sat Jan 18 05:56:51 2020 +0000
@@ -2,7 +2,7 @@
| author: chapuni(webmaster%chapuni.com@localhost)
| ITOH Yasufumi
|
-| $NetBSD: boot.S,v 1.15 2020/01/18 05:48:31 isaki Exp $
+| $NetBSD: boot.S,v 1.16 2020/01/18 05:56:51 isaki Exp $
|
| (1) IPL (or previous stage loader) loads first 1KB of this primary
@@ -99,7 +99,7 @@
| if MPU <= 010 loads 0x49,
| if MPU >= 020 loads 0x90.
| This is a move, not a tst instruction
- | because pc-relative tsts are not availble on 000/010.
+ | because pc-relative tsts are not available on 000/010.
chkmpu: moveb %pc@(clrbss-chkmpu-2:B,%d0:W:2),%d0 | 103B 02xx
jmi mpuok | MC68020 or later
BOOT_ERROR("MPU 68000?")
diff -r 99c4c479b2c4 -r 01a1a85a51c8 sys/arch/x68k/stand/xxboot/boot.S
--- a/sys/arch/x68k/stand/xxboot/boot.S Sat Jan 18 05:48:31 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/boot.S Sat Jan 18 05:56:51 2020 +0000
@@ -2,7 +2,7 @@
| author: chapuni(webmaster%chapuni.com@localhost)
| ITOH Yasufumi
|
-| $NetBSD: boot.S,v 1.7 2020/01/18 05:48:31 isaki Exp $
+| $NetBSD: boot.S,v 1.8 2020/01/18 05:56:51 isaki Exp $
|
| (1) IPL (or previous stage loader) loads first 1KB of this primary
@@ -101,7 +101,7 @@
| if MPU <= 010 loads 0x49,
| if MPU >= 020 loads 0x90.
| This is a move, not a tst instruction
- | because pc-relative tsts are not availble on 000/010.
+ | because pc-relative tsts are not available on 000/010.
chkmpu: moveb %pc@(clrbss-chkmpu-2:B,%d0:W:2),%d0 | 103B 02xx
jmi mpuok | MC68020 or later
BOOT_ERROR("MPU 68000?")
Home |
Main Index |
Thread Index |
Old Index