diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-16 06:56:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-16 06:56:41 +0000 |
commit | bc089636cdae82227605232f88c1913160c26026 (patch) | |
tree | 8b4ea63c7914165bc47879d5880cf1ac8f5aec5f /sys | |
parent | 0c6d22d289641f3605f78c2ec12037e921cdfb6f (diff) |
spelling; from Jacob Meuser
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/qbus/uda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/uda.c b/sys/arch/vax/qbus/uda.c index cf44553ba3d..41df2a07364 100644 --- a/sys/arch/vax/qbus/uda.c +++ b/sys/arch/vax/qbus/uda.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uda.c,v 1.6 2005/11/12 03:44:24 pedro Exp $ */ +/* $OpenBSD: uda.c,v 1.7 2009/12/16 06:56:40 deraadt Exp $ */ /* $NetBSD: uda.c,v 1.36 2000/06/04 06:17:05 matt Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -250,7 +250,7 @@ err2: bus_dmamem_unmap(sc->sc_dmat, (caddr_t)&sc->sc_uda, /* * The only thing that differ UDA's and Tape ctlr's is - * their vcid. Beacuse there are no way to determine which + * their vcid. Because there is no way to determine which * ctlr type it is, we check what is generated and later * set the correct vcid. */ |