diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-24 14:50:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-24 14:50:00 +0000 |
commit | 459c7559cbaf4be9c868429b706ff526345a57b6 (patch) | |
tree | 2334b09a7f373c179dee6b037d7896fe34e8fcc8 /sys/arch/vax/vsa | |
parent | 4844bfbf68397db2e02b23b226f68ec6fa5b2086 (diff) |
typo
Diffstat (limited to 'sys/arch/vax/vsa')
-rw-r--r-- | sys/arch/vax/vsa/gpx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/gpx.c b/sys/arch/vax/vsa/gpx.c index 01d325975fd..0da4588c287 100644 --- a/sys/arch/vax/vsa/gpx.c +++ b/sys/arch/vax/vsa/gpx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpx.c,v 1.18 2007/12/28 20:44:39 miod Exp $ */ +/* $OpenBSD: gpx.c,v 1.19 2008/08/24 14:49:59 miod Exp $ */ /* * Copyright (c) 2006 Miodrag Vallat. * @@ -696,7 +696,7 @@ gpx_reset_viper(struct gpx_screen *ss) ss->ss_adder->sync_phase_adj = 0x0100; ss->ss_adder->x_scan_conf = 0x00c8; /* - * got a bug in secound pass ADDER! lets take care of it... + * got a bug in second pass ADDER! lets take care of it... * * normally, just use the code in the following bug fix code, but to * make repeated demos look pretty, load the registers as if there was |