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/LABELLOFFSET/LABELOF...
details: https://anonhg.NetBSD.org/src/rev/85939c07ce96
branches: trunk
changeset: 1006381:85939c07ce96
user: isaki <isaki%NetBSD.org@localhost>
date: Mon Jan 13 03:34:05 2020 +0000
description:
Typo in comment. s/LABELLOFFSET/LABELOFFSET/
diffstat:
sys/arch/x68k/stand/boot_ufs/boot.S | 4 ++--
sys/arch/x68k/stand/boot_ustar/boot_ustar.S | 4 ++--
sys/arch/x68k/stand/xxboot/boot.S | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (63 lines):
diff -r 30c0956bfcb7 -r 85939c07ce96 sys/arch/x68k/stand/boot_ufs/boot.S
--- a/sys/arch/x68k/stand/boot_ufs/boot.S Mon Jan 13 02:18:13 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot.S Mon Jan 13 03:34:05 2020 +0000
@@ -2,7 +2,7 @@
| author: chapuni(webmaster%chapuni.com@localhost)
| ITOH Yasufumi
|
-| $NetBSD: boot.S,v 1.10 2012/11/01 14:33:31 isaki Exp $
+| $NetBSD: boot.S,v 1.11 2020/01/13 03:34:05 isaki Exp $
#include <machine/asm.h>
#include "iocscall.h"
@@ -42,7 +42,7 @@
bra _ASM_LABEL(entry)
| Disklabel= 404bytes
-| Since LABELLOFFSET in <machine/disklabel.h> is 0x40,
+| Since LABELOFFSET in <machine/disklabel.h> is 0x40,
| entry must be after 0x000001d4 (0x000f01d4)
nop
disklabel:
diff -r 30c0956bfcb7 -r 85939c07ce96 sys/arch/x68k/stand/boot_ustar/boot_ustar.S
--- a/sys/arch/x68k/stand/boot_ustar/boot_ustar.S Mon Jan 13 02:18:13 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ustar/boot_ustar.S Mon Jan 13 03:34:05 2020 +0000
@@ -3,7 +3,7 @@
| ITOH Yasufumi
| minoura%NetBSD.org@localhost
|
-| $NetBSD: boot_ustar.S,v 1.8 2016/06/25 04:08:57 isaki Exp $
+| $NetBSD: boot_ustar.S,v 1.9 2020/01/13 03:34:05 isaki Exp $
| supports floppy only
@@ -44,7 +44,7 @@
bra _ASM_LABEL(entry)
| Disklabel= 404bytes
-| Since LABELLOFFSET in <machine/disklabel.h> is 0x40,
+| Since LABELOFFSET in <machine/disklabel.h> is 0x40,
| entry must be after 0x000001d4 (0x000021d4)
nop
GLOBAL(disklabel)
diff -r 30c0956bfcb7 -r 85939c07ce96 sys/arch/x68k/stand/xxboot/boot.S
--- a/sys/arch/x68k/stand/xxboot/boot.S Mon Jan 13 02:18:13 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/boot.S Mon Jan 13 03:34:05 2020 +0000
@@ -2,7 +2,7 @@
| author: chapuni(webmaster%chapuni.com@localhost)
| ITOH Yasufumi
|
-| $NetBSD: boot.S,v 1.3 2012/11/17 15:53:21 tsutsui Exp $
+| $NetBSD: boot.S,v 1.4 2020/01/13 03:34:05 isaki Exp $
#include <machine/asm.h>
#include "iocscall.h"
@@ -44,7 +44,7 @@
bra _ASM_LABEL(entry)
| Disklabel= 404bytes
-| Since LABELLOFFSET in <machine/disklabel.h> is 0x40,
+| Since LABELOFFSET in <machine/disklabel.h> is 0x40,
| entry must be after 0x000001d4 (0x000f01d4)
nop
disklabel:
Home |
Main Index |
Thread Index |
Old Index