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 | |
parent | 4844bfbf68397db2e02b23b226f68ec6fa5b2086 (diff) |
typo
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/qbus/qd.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vsa/gpx.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c index 7a646038d1a..dc8899c3a67 100644 --- a/sys/arch/vax/qbus/qd.c +++ b/sys/arch/vax/qbus/qd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qd.c,v 1.13 2008/01/23 16:37:57 jsing Exp $ */ +/* $OpenBSD: qd.c,v 1.14 2008/08/24 14:49:58 miod Exp $ */ /* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */ /*- @@ -3389,7 +3389,7 @@ setup_dragon(unit) adder->sync_phase_adj = 0x0100; 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 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 |