Correct the spelling of m_devget() in the sysctl variable description.

This commit is contained in:
Ruslan Ermilov 2003-11-02 21:43:29 +00:00
parent b921a12b3b
commit 05992bb56b
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);