diff options
author | ru <ru@FreeBSD.org> | 2003-11-02 21:43:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-11-02 21:43:29 +0000 |
commit | dcaa8e933dc5750c7405d549104310a5339abe2a (patch) | |
tree | 0ce20241cd32facbc410911046a1535d62c40c3e /sys/pci/if_dc.c | |
parent | 28e8cd183d9fd704019eb7317587d2a78d408bcb (diff) | |
download | FreeBSD-src-dcaa8e933dc5750c7405d549104310a5339abe2a.zip FreeBSD-src-dcaa8e933dc5750c7405d549104310a5339abe2a.tar.gz |
Correct the spelling of m_devget() in the sysctl variable description.
Diffstat (limited to 'sys/pci/if_dc.c')
-rw-r--r-- | sys/pci/if_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index f483505..41194d8 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -329,7 +329,7 @@ static devclass_t dc_devclass; #ifdef __i386__ static int dc_quick = 1; SYSCTL_INT(_hw, OID_AUTO, dc_quick, CTLFLAG_RW, &dc_quick, 0, - "do not mdevget in dc driver"); + "do not m_devget() in dc driver"); #endif DRIVER_MODULE(dc, cardbus, dc_driver, dc_devclass, 0, 0); |