From 3142205501d197bf68a979b0957d35f5242f402e Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 24 Aug 2008 14:49:58 +0000 Subject: [PATCH] typo --- sys/arch/vax/qbus/qd.c | 4 ++-- 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 -- 2.20.1