summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-07-07 08:21:08 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-07-07 08:21:08 +0000
commitab2996908b2b88ea0ae32cc3623ac4ee05a8c6bd (patch)
treefc0ae86ced1f8b40f3f3d3f79d4474960a0ac50f /sys/arch
parent3f3f0f485a8a3c7b7454a3b79ad16c7fab940ed3 (diff)
fix typo ... i hope i got the right one (3 vs. 2)
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/pmax/dev/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/dc.c b/sys/arch/pmax/dev/dc.c
index 8b5712d7372..da0346fc622 100644
--- a/sys/arch/pmax/dev/dc.c
+++ b/sys/arch/pmax/dev/dc.c
@@ -1060,7 +1060,7 @@ dcscan(arg)
dsr = MSR_DSR2;
#ifdef HW_FLOW_CONTROL
/*limit = (pmax_boardtype == DS_PMAX) ? 2 : 3;*/
- limit = (sc->dc_rtscts & (1 << 3)) :3 : 2; /*XXX*/
+ limit = (sc->dc_rtscts & (1 << 3)) ? 3 : 2; /*XXX*/
#else
limit = 2;
#endif