From 3995bad80fedbebd70dc3864d99e93823a744b2e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 21 Dec 2010 15:57:40 +0000 Subject: misc resource utilization fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3212 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/net/dm90x0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers/net') diff --git a/nuttx/drivers/net/dm90x0.c b/nuttx/drivers/net/dm90x0.c index 361a0dea8..32dc93069 100644 --- a/nuttx/drivers/net/dm90x0.c +++ b/nuttx/drivers/net/dm90x0.c @@ -1763,7 +1763,7 @@ int dm9x_initialize(void) if (vid != DM9X_DAVICOMVID || (pid != DM9X_DM9000PID && pid != DM9X_DM9010PID)) { - nlldbg("DM90x0 vender/product ID not found at this base address\n"); + nlldbg("DM90x0 vendor/product ID not found at this base address\n"); return -ENODEV; } -- cgit v1.2.3