From a8d12f6d37d46732011e008ac8252c4a3183e182 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Feb 2012 20:27:49 +0000 Subject: Fix a small RAM log bug (the RAM log still does not work) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z16/src/common/up_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/z16/src/common/up_internal.h') diff --git a/nuttx/arch/z16/src/common/up_internal.h b/nuttx/arch/z16/src/common/up_internal.h index 7d0aaaec8..13c524c8f 100644 --- a/nuttx/arch/z16/src/common/up_internal.h +++ b/nuttx/arch/z16/src/common/up_internal.h @@ -71,7 +71,7 @@ # define USE_EARLYSERIALINIT 1 #endif -/* Determine which device to use as the system loggin device */ +/* Determine which device to use as the system logging device */ #ifndef CONFIG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG -- cgit v1.2.3