Module Name:    src
Committed By:   msaitoh
Date:           Mon May 13 00:10:07 UTC 2024

Modified Files:
        src/sys/arch/m68k/060sp: inetbsd.S
        src/sys/arch/m68k/060sp/dist: iskeletn.s

Log Message:
s/Instrcution/Instruction/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/060sp/inetbsd.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/m68k/060sp/dist/iskeletn.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/m68k/060sp/inetbsd.S
diff -u src/sys/arch/m68k/060sp/inetbsd.S:1.4 src/sys/arch/m68k/060sp/inetbsd.S:1.5
--- src/sys/arch/m68k/060sp/inetbsd.S:1.4	Thu Nov 30 21:00:51 2000
+++ src/sys/arch/m68k/060sp/inetbsd.S	Mon May 13 00:10:06 2024
@@ -1,6 +1,6 @@
 /*
 #
-# $NetBSD: inetbsd.S,v 1.4 2000/11/30 21:00:51 scw Exp $
+# $NetBSD: inetbsd.S,v 1.5 2024/05/13 00:10:06 msaitoh Exp $
 #
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@@ -83,7 +83,7 @@ ASENTRY_NOPROFILE(_060_isp_done)
 # This is an alternate exit point for the Unimplemented Integer
 # Instruction exception handler. If the instruction was a "chk2"
 # and the operand was out of bounds, then _isp_unimp() creates
-# a CHK exception stack frame from the Unimplemented Integer Instrcution
+# a CHK exception stack frame from the Unimplemented Integer Instruction
 # stack frame and branches to this routine.
 #
 */

Index: src/sys/arch/m68k/060sp/dist/iskeletn.s
diff -u src/sys/arch/m68k/060sp/dist/iskeletn.s:1.1 src/sys/arch/m68k/060sp/dist/iskeletn.s:1.2
--- src/sys/arch/m68k/060sp/dist/iskeletn.s:1.1	Fri Apr 14 20:24:39 2000
+++ src/sys/arch/m68k/060sp/dist/iskeletn.s	Mon May 13 00:10:06 2024
@@ -1,5 +1,5 @@
 #
-# $NetBSD: iskeletn.s,v 1.1 2000/04/14 20:24:39 is Exp $
+# $NetBSD: iskeletn.s,v 1.2 2024/05/13 00:10:06 msaitoh Exp $
 #
 
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -81,7 +81,7 @@ _060_isp_done:
 # This is an alternate exit point for the Unimplemented Integer
 # Instruction exception handler. If the instruction was a "chk2"
 # and the operand was out of bounds, then _isp_unimp() creates
-# a CHK exception stack frame from the Unimplemented Integer Instrcution
+# a CHK exception stack frame from the Unimplemented Integer Instruction
 # stack frame and branches to this routine.
 #
 	global		_060_real_chk

Reply via email to