diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
commit | f076053868e4c80bfac3766eebb7b597e8937612 (patch) | |
tree | 47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/arch/vax/stand | |
parent | 0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (diff) |
adress -> address, and a few more; all from Jonathon Gray;
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@
isakmpd ones ok ho@
Diffstat (limited to 'sys/arch/vax/stand')
-rw-r--r-- | sys/arch/vax/stand/boot/if_le.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/stand/xxboot/start.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/stand/boot/if_le.c b/sys/arch/vax/stand/boot/if_le.c index 2c32d88948c..5d1537d393b 100644 --- a/sys/arch/vax/stand/boot/if_le.c +++ b/sys/arch/vax/stand/boot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.2 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: if_le.c,v 1.3 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: if_le.c,v 1.6 2000/05/20 13:30:03 ragge Exp $ */ /* * Copyright (c) 1997, 1999 Ludd, University of Lule}, Sweden. @@ -150,7 +150,7 @@ leopen(struct open_file *f, int adapt, int ctlr, int unit, int part) nireg = (void *)0x20084400; } else { *(int *)0x20080014 = 0; /* Be sure we do DMA in low 16MB */ - ea = (void *)0x20090000; /* XXX ethernetadressen */ + ea = (void *)0x20090000; /* XXX Ethernet address */ nireg = (void *)0x200e0000; } if (askname == 0) /* Override if autoboot */ diff --git a/sys/arch/vax/stand/xxboot/start.S b/sys/arch/vax/stand/xxboot/start.S index 309b53f308e..ead88591dc4 100644 --- a/sys/arch/vax/stand/xxboot/start.S +++ b/sys/arch/vax/stand/xxboot/start.S @@ -1,4 +1,4 @@ -/* $OpenBSD: start.S,v 1.1 2002/06/11 09:36:24 hugh Exp $ */ +/* $OpenBSD: start.S,v 1.2 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: start.S,v 1.1 2002/02/24 01:04:26 matt Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. @@ -48,7 +48,7 @@ _C_LABEL(_start): _C_LABEL(start): .globl _C_LABEL(start) # this is the symbolic name for the start .globl _C_LABEL(_start) # of code to be relocated. We can use this - # to get the actual/real adress (pc-rel) + # to get the actual/real address (pc-rel) # or to get the relocated address (abs). .org 0x00 # uVAX booted from TK50 starts here |