diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
commit | e5df97bba2407e5d0768d899f71db99f882da1c1 (patch) | |
tree | 13c7bdabf109c10215f4c6533cbd92d8b521ea19 /sys/arch/mvme88k/dev/vs.c | |
parent | f081ab357ebcf17065e65f68c161c033ad6ca6b7 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/mvme88k/dev/vs.c')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 |
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); } |