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 cpp can be so annoying. to appease...



details:   https://anonhg.NetBSD.org/src/rev/090b075f5420
branches:  trunk
changeset: 486451:090b075f5420
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 22 15:54:53 2000 +0000

description:
cpp can be so annoying.  to appease it, can't -> cannot

diffstat:

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

diffs (18 lines):

diff -r 5d564c4f2a6e -r 090b075f5420 sys/arch/vax/boot/xxboot/start.s
--- a/sys/arch/vax/boot/xxboot/start.s  Mon May 22 15:42:37 2000 +0000
+++ b/sys/arch/vax/boot/xxboot/start.s  Mon May 22 15:54:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start.s,v 1.4 2000/05/21 08:13:20 ragge Exp $ */
+/*     $NetBSD: start.s,v 1.5 2000/05/22 15:54:53 matt Exp $ */
 /*
  * Copyright (c) 1995 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -75,7 +75,7 @@
 
 from_0x08:                     # Any machine from VMB
        movzbl  $4,_from                # Booted from full VMB
-       halt                    # Can't handle this...
+       halt                    # Cannot handle this...
 
 _from: .long   0               # boot prog type
        .globl  _from



Home | Main Index | Thread Index | Old Index