summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/main.cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 16:18:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 16:18:14 +0000
commitd59025053b9fa1b6802233aa316889a36902ad6d (patch)
treed4f18006abe588a28094bd1b860cda474e86fb3f /apps/examples/helloxx/main.cxx
parente0c8d0bd3c9cdb2b5f4aca06a09fc61ddb2f8726 (diff)
downloadnuttx-d59025053b9fa1b6802233aa316889a36902ad6d.tar.gz
nuttx-d59025053b9fa1b6802233aa316889a36902ad6d.tar.bz2
nuttx-d59025053b9fa1b6802233aa316889a36902ad6d.zip
Minor typos in examples/helloxx fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4023 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/helloxx/main.cxx')
-rw-r--r--apps/examples/helloxx/main.cxx2
1 files changed, 1 insertions, 1 deletions
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