From 7440b47beaf0d1f3d41073a20679a6ea3eade0e6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 28 Feb 2012 23:38:59 +0000 Subject: [PATCH] Add logic to NSH startup to call C++ static initializers on startup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4439 42af7a65-404d-4744-a932-0658087f49c3 --- include/nuttx/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/arch.h b/include/nuttx/arch.h index 18b5e91120..bf6be1ce08 100644 --- a/include/nuttx/arch.h +++ b/include/nuttx/arch.h @@ -511,7 +511,7 @@ EXTERN void up_udelay(useconds_t microseconds); * This function should then be called in the application-specific * user_start logic in order to perform the C++ initialization. NOTE * that no component of the core NuttX RTOS logic is involved; This - * function defintion only provides the 'contract' between application + * function definition only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * ***************************************************************************/