diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-28 12:39:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-28 12:39:18 +0000 |
commit | db28c2f2786d8ed66618738690b5581e58cd72f1 (patch) | |
tree | 89a1482c820bff1ad1f37f1c8d496ac283a78d38 /sys/arch/sparc | |
parent | 61caaee0289ea73c1b479d7d6bb693f84edd69c7 (diff) |
typo
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c index 84735be4ef5..222aa4f653b 100644 --- a/sys/arch/sparc/dev/fd.c +++ b/sys/arch/sparc/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.78 2010/09/23 13:11:38 jsing Exp $ */ +/* $OpenBSD: fd.c,v 1.79 2010/09/28 12:39:17 miod Exp $ */ /* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */ /*- @@ -643,7 +643,7 @@ fdattach(parent, self, aux) */ fd->sc_dk.dk_flags = DKF_NOLABELREAD; fd->sc_dk.dk_name = fd->sc_dv.dv_xname; - disk_attach(&fd->sc_dev, &fd->sc_dk); + disk_attach(&fd->sc_dv, &fd->sc_dk); /* * We're told if we're the boot device in fdcattach(). |