summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-11-02 21:43:29 +0000
committerru <ru@FreeBSD.org>2003-11-02 21:43:29 +0000
commitdcaa8e933dc5750c7405d549104310a5339abe2a (patch)
tree0ce20241cd32facbc410911046a1535d62c40c3e /sys/dev/dc
parent28e8cd183d9fd704019eb7317587d2a78d408bcb (diff)
downloadFreeBSD-src-dcaa8e933dc5750c7405d549104310a5339abe2a.zip
FreeBSD-src-dcaa8e933dc5750c7405d549104310a5339abe2a.tar.gz
Correct the spelling of m_devget() in the sysctl variable description.
Diffstat (limited to 'sys/dev/dc')
-rw-r--r--sys/dev/dc/if_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index f483505..41194d8 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/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);
OpenPOWER on IntegriCloud