MFC: 1.48
Fix typo in printf string.
This commit is contained in:
parent
c266b6114e
commit
daa1d7ef35
@ -157,8 +157,8 @@ MODULE_DEPEND(hme, miibus, 1, 1, 1);
|
||||
if (hme_nerr++ < HME_MAXERR) \
|
||||
device_printf(dev, __VA_ARGS__); \
|
||||
if (hme_nerr == HME_MAXERR) { \
|
||||
device_printf(dev, "too may errors; not reporting any " \
|
||||
"more\n"); \
|
||||
device_printf(dev, "too many errors; not reporting " \
|
||||
"any more\n"); \
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user