From b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9 Mon Sep 17 00:00:00 2001 From: Jonathan Boeing Date: Mon, 9 Feb 2015 20:01:02 -0700 Subject: fix a few typos Signed-off-by: Jonathan Boeing --- core/fs/fs.c | 2 +- core/lwip/src/netif/undiif.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/fs/fs.c b/core/fs/fs.c index 0846c887..41618487 100644 --- a/core/fs/fs.c +++ b/core/fs/fs.c @@ -331,7 +331,7 @@ err_path: return file_to_handle(file); err: - dprintf("serachdir: error seraching file %s\n", name); + dprintf("searchdir: error searching file %s\n", name); _close_file(file); err_no_close: return -1; diff --git a/core/lwip/src/netif/undiif.c b/core/lwip/src/netif/undiif.c index e62a984d..d68edef1 100644 --- a/core/lwip/src/netif/undiif.c +++ b/core/lwip/src/netif/undiif.c @@ -45,7 +45,7 @@ * something that better describes your network interface. */ -/* other headers include deprintf.h too early */ +/* other headers include dprintf.h too early */ #define UNDIIF_ID_FULL_DEBUG (UNDIIF_ID_DEBUG | UNDIIF_DEBUG) #if UNDIIF_ID_FULL_DEBUG -- cgit v1.2.3