summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-05-27 09:28:59 +0000
committersimon <simon@FreeBSD.org>2006-05-27 09:28:59 +0000
commit9c7569012ee201ea74a040d0a391a2923858e254 (patch)
tree1cecf8883d32d6308265e0a9ca6e84f1a7c1bbfc /sys/dev/hme
parent9434b0bc2e95710402cbec7653ffcf1aa39a6c51 (diff)
downloadFreeBSD-src-9c7569012ee201ea74a040d0a391a2923858e254.zip
FreeBSD-src-9c7569012ee201ea74a040d0a391a2923858e254.tar.gz
Fix typo in printf string.
MFC after: 1 week Approved by: cperciva (mentor)
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index 6af4257..a7f79cf 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -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)
OpenPOWER on IntegriCloud