diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-14 13:42:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-14 13:42:55 +0000 |
commit | 84df204083bf66684e4815476417cdac04c3206d (patch) | |
tree | 54bb83d207ad1cc716c1a0cd84c0bd906e1eda8e /sys/arch/mvme88k/dev/pcctwo.c | |
parent | 5b05a7e3d9d0958c1d5f6ab65f10db71becc8087 (diff) |
typo
Diffstat (limited to 'sys/arch/mvme88k/dev/pcctwo.c')
-rw-r--r-- | sys/arch/mvme88k/dev/pcctwo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/pcctwo.c b/sys/arch/mvme88k/dev/pcctwo.c index 59480df66ff..c34a1ee7db6 100644 --- a/sys/arch/mvme88k/dev/pcctwo.c +++ b/sys/arch/mvme88k/dev/pcctwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcctwo.c,v 1.21 2004/01/14 20:52:52 miod Exp $ */ +/* $OpenBSD: pcctwo.c,v 1.22 2004/04/14 13:42:54 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt * All rights reserved. @@ -179,7 +179,7 @@ void *args; sc->sc_pcc2 = (struct pcctworeg *)sc->sc_vaddr; /* * fake up our address so that pcc2 child devices - * are offeset of 0xFFF00000 - XXX smurph + * are offset of 0xFFF00000 - XXX smurph */ sc->sc_paddr -= PCC2_PCC2CHIP_OFF; sc->sc_vaddr -= PCC2_PCC2CHIP_OFF; |