MFC: 1.48

Fix typo in printf string.
This commit is contained in:
marius 2007-02-25 19:08:54 +00:00
parent c266b6114e
commit daa1d7ef35

View File

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