From d59025053b9fa1b6802233aa316889a36902ad6d Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Oct 2011 16:18:14 +0000 Subject: Minor typos in examples/helloxx fixed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4023 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/helloxx/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/helloxx/main.cxx') diff --git a/apps/examples/helloxx/main.cxx b/apps/examples/helloxx/main.cxx index 66f9c827b..ed48f4961 100644 --- a/apps/examples/helloxx/main.cxx +++ b/apps/examples/helloxx/main.cxx @@ -114,7 +114,7 @@ int MAIN_NAME(int argc, char *argv[]) pHelloWorld->HelloWorld(); #ifndef CONFIG_EXAMPLES_HELLOXX_NOSTACKCONST - printf(MAIN_STRING "Saying hello from the instance constructed of the stack\n"); + printf(MAIN_STRING "Saying hello from the instance constructed on the stack\n"); HelloWorld.HelloWorld(); #endif -- cgit v1.2.3