diff options
author | 2008-03-21 20:30:02 +0000 | |
---|---|---|
committer | 2008-03-21 20:30:02 +0000 | |
commit | 7fef73e0b0f1a5ef0dd3cb0d9a7fff4400f972fa (patch) | |
tree | 20e6bd766d1bffbe1f4afa9731703b7ed3b29945 | |
parent | outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source (diff) | |
download | wireguard-openbsd-7fef73e0b0f1a5ef0dd3cb0d9a7fff4400f972fa.tar.xz wireguard-openbsd-7fef73e0b0f1a5ef0dd3cb0d9a7fff4400f972fa.zip |
Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev.
-rw-r--r-- | sys/dev/isa/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index cab382f4a3b..8d1f5ba0893 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.69 2008/03/20 00:59:37 krw Exp $ */ +/* $OpenBSD: fd.c,v 1.70 2008/03/21 20:30:02 krw Exp $ */ /* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */ /*- @@ -188,7 +188,7 @@ fdgetdisklabel(dev_t dev, struct fd_softc *fd, struct disklabel *lp, */ errstring = readdisklabel(DISKLABELDEV(dev), fdstrategy, lp, spoofonly); if (errstring) { - /*printf("%s: %s\n", fd->sc_dv.dv_xname, errstring);*/ + /*printf("%s: %s\n", fd->sc_dev.dv_xname, errstring);*/ } } |