Module Name:    src
Committed By:   isaki
Date:           Mon Jan 13 03:34:05 UTC 2020

Modified Files:
        src/sys/arch/x68k/stand/boot_ufs: boot.S
        src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S
        src/sys/arch/x68k/stand/xxboot: boot.S

Log Message:
Typo in comment.  s/LABELLOFFSET/LABELOFFSET/


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/boot_ufs/boot.S
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/xxboot/boot.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/boot_ufs/boot.S
diff -u src/sys/arch/x68k/stand/boot_ufs/boot.S:1.10 src/sys/arch/x68k/stand/boot_ufs/boot.S:1.11
--- src/sys/arch/x68k/stand/boot_ufs/boot.S:1.10	Thu Nov  1 14:33:31 2012
+++ src/sys/arch/x68k/stand/boot_ufs/boot.S	Mon Jan 13 03:34:05 2020
@@ -2,7 +2,7 @@
 | author: chapuni(webmas...@chapuni.com)
 |         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 @@ ASENTRY_NOPROFILE(entry0)
 		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:

Index: src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S
diff -u src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.8 src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.9
--- src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.8	Sat Jun 25 04:08:57 2016
+++ src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S	Mon Jan 13 03:34:05 2020
@@ -3,7 +3,7 @@
 |         ITOH Yasufumi
 |	  mino...@netbsd.org
 |
-| $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 @@ ASENTRY_NOPROFILE(entry0)
 		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)

Index: src/sys/arch/x68k/stand/xxboot/boot.S
diff -u src/sys/arch/x68k/stand/xxboot/boot.S:1.3 src/sys/arch/x68k/stand/xxboot/boot.S:1.4
--- src/sys/arch/x68k/stand/xxboot/boot.S:1.3	Sat Nov 17 15:53:21 2012
+++ src/sys/arch/x68k/stand/xxboot/boot.S	Mon Jan 13 03:34:05 2020
@@ -2,7 +2,7 @@
 | author: chapuni(webmas...@chapuni.com)
 |         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 @@ ASENTRY_NOPROFILE(entry0)
 		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:

Reply via email to