diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-08 22:00:11 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-08 22:00:11 +0000 |
commit | 3254333b1ddf0b84b2f39a013b03042e53ab90d2 (patch) | |
tree | 6c1a19482e23ef9dbcc870640ef6ef616e43404a /sys/dev/isa | |
parent | e83b776d913d8ba599aa39549c620fb533c8de53 (diff) |
typo
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/wd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wd.c b/sys/dev/isa/wd.c index ab275e72ce0..f820b30d239 100644 --- a/sys/dev/isa/wd.c +++ b/sys/dev/isa/wd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wd.c,v 1.27 1997/08/08 21:47:03 niklas Exp $ */ +/* $OpenBSD: wd.c,v 1.28 1997/08/08 22:00:10 niklas Exp $ */ /* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* @@ -252,7 +252,7 @@ wdstrategy(bp) */ if (WDPART(bp->b_dev) != RAW_PART && bounds_check_with_label(bp, wd->sc_dk.dk_label, - wdd->sc_dk.dk_cpulabel, + wd->sc_dk.dk_cpulabel, (d_link->sc_flags & (WDF_WLABEL|WDF_LABELLING)) != 0) <= 0) goto done; |