summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-02-22 13:18:39 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-23 08:54:36 -0600
commit339422a90b9ac58b003a79a94451dc84b0ce98ec (patch)
tree67408b4f281514735a524ff4500df397b72c988c
parentcxx_stdmap: Add example of using std::map with RTEMS (diff)
downloadrtems-examples-339422a90b9ac58b003a79a94451dc84b0ce98ec.tar.bz2
cxx_throw/wscript: Fix comment
-rw-r--r--cxx/cxx_throw/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/cxx_throw/wscript b/cxx/cxx_throw/wscript
index f694614..05f418b 100644
--- a/cxx/cxx_throw/wscript
+++ b/cxx/cxx_throw/wscript
@@ -3,7 +3,7 @@
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#
-# Waf build script for an RTEMS Hello
+# Waf build script for C++ Throw example
import rtems_waf.rtems as rtems
def build(bld):