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/mvme88k/dev | |
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/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index b87318ce70e..f5e1934faff 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.21 2003/11/03 06:54:26 david Exp $ */ +/* $OpenBSD: vs.c,v 1.22 2003/11/07 10:16:45 jmc Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -1021,7 +1021,8 @@ vs_build_memory_structure(xs, iopb) if (point_virt - starting_point_virt >= MAX_SG_BLOCK_SIZE) { /* We were walking too far for one scatter/gather block ... */ assert( MAX_SG_BLOCK_SIZE > PAGE_SIZE ); point_virt = 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. */ + /* and generate the physical address of + * this location for the next time. */ point2_phys = kvtop(point_virt); } |