summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vs.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-11-03 06:54:27 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-11-03 06:54:27 +0000
commite5df97bba2407e5d0768d899f71db99f882da1c1 (patch)
tree13c7bdabf109c10215f4c6533cbd92d8b521ea19 /sys/arch/mvme88k/dev/vs.c
parentf081ab357ebcf17065e65f68c161c033ad6ca6b7 (diff)
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/mvme88k/dev/vs.c')
-rw-r--r--sys/arch/mvme88k/dev/vs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c
index d8823ba4f4e..b87318ce70e 100644
--- a/sys/arch/mvme88k/dev/vs.c
+++ b/sys/arch/mvme88k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.20 2003/10/05 20:27:48 miod Exp $ */
+/* $OpenBSD: vs.c,v 1.21 2003/11/03 06:54:26 david Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -1102,7 +1102,7 @@ vs_build_memory_structure(xs, iopb)
LV(iopb->iopb_LENGTH, sg->elements);
LV(iopb->iopb_SGTTL, len);
} else {
- /* no scatter/gather neccessary */
+ /* no scatter/gather necessary */
LV(iopb->iopb_BUFF, starting_point_phys);
LV(iopb->iopb_LENGTH, len);
}