summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
commitf076053868e4c80bfac3766eebb7b597e8937612 (patch)
tree47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/arch/mvme68k
parent0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (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/mvme68k')
-rw-r--r--sys/arch/mvme68k/dev/vs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c
index 6f9c70c374c..eaa6ba364a0 100644
--- a/sys/arch/mvme68k/dev/vs.c
+++ b/sys/arch/mvme68k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.11 2003/11/03 06:54:25 david Exp $ */
+/* $OpenBSD: vs.c,v 1.12 2003/11/07 10:16:45 jmc Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -934,9 +934,9 @@ vs_build_memory_structure(xs, iopb)
trunc_page(starting_point_virt +
MAX_SG_BLOCK_SIZE-1);
/* So go back to the beginning of the
- last matching page and gererate the
- physadress of this location for the
- next time. */
+ last matching page and generate the
+ physical address of this location
+ for the next time. */
point2_phys = kvtop(point_virt);
}