diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-12 23:35:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-12 23:35:33 +0000 |
commit | 17a66042b06dc6c21900fa3c4e0587b2a2c5f197 (patch) | |
tree | 863b490968573b7312782c18bd934e1abe7426a6 | |
parent | a355f38a35f387e6697fa1db7adf3113a8ded89f (diff) |
Dvorak typo.
-rw-r--r-- | sys/arch/sparc/dev/cgsix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c index 3269c33aba4..ead44008592 100644 --- a/sys/arch/sparc/dev/cgsix.c +++ b/sys/arch/sparc/dev/cgsix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgsix.c,v 1.22 2002/11/06 21:06:20 miod Exp $ */ +/* $OpenBSD: cgsix.c,v 1.23 2002/12/12 23:35:32 miod Exp $ */ /* $NetBSD: cgsix.c,v 1.33 1997/08/07 19:12:30 pk Exp $ */ /* @@ -257,7 +257,7 @@ cgsixattach(parent, self, args) sc->sc_sunfb.sf_flags = self->dv_cfdata->cf_flags; /* - * May just BT, FHC, FBC, THC, and video RAM. + * Map just BT, FHC, FBC, THC, and video RAM. */ sc->sc_phys = ca->ca_ra.ra_reg[0]; sc->sc_bt = bt = (volatile struct bt_regs *) |