Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/boot/xxboot fix comment in typo



details:   https://anonhg.NetBSD.org/src/rev/1cdbdab282cf
branches:  trunk
changeset: 1008927:1cdbdab282cf
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Apr 06 01:43:26 2020 +0000

description:
fix comment in typo

diffstat:

 sys/arch/vax/boot/xxboot/start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0946726e1ff -r 1cdbdab282cf sys/arch/vax/boot/xxboot/start.S
--- a/sys/arch/vax/boot/xxboot/start.S  Sun Apr 05 22:54:51 2020 +0000
+++ b/sys/arch/vax/boot/xxboot/start.S  Mon Apr 06 01:43:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start.S,v 1.6 2017/05/22 17:00:55 ragge Exp $ */
+/*     $NetBSD: start.S,v 1.7 2020/04/06 01:43:26 snj Exp $ */
 /*
  * Copyright (c) 1995 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -52,7 +52,7 @@
 
 # At offset 0x02 we have a dual used area: VMB.EXE starts execution here,
 # and uVAX-ROM looks for a pointer to a parameter block. We arrange for
-# the parameter block offset to disassmble as a CASEL instructions which
+# the parameter block offset to disassemble as a CASEL instructions which
 # falls through to 0x08.
 .org   0x02                    # information used by uVAX-ROM
        .byte   0xcf            # offset in words to identification area



Home | Main Index | Thread Index | Old Index