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/qbus/qd.c | |
parent | 4844bfbf68397db2e02b23b226f68ec6fa5b2086 (diff) |
typo
Diffstat (limited to 'sys/arch/vax/qbus/qd.c')
-rw-r--r-- | sys/arch/vax/qbus/qd.c | 4 |
1 files changed, 2 insertions, 2 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 |