summaryrefslogtreecommitdiffstats
path: root/nuttx/libxx/libxx_newa.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libxx/libxx_newa.cxx')
-rwxr-xr-xnuttx/libxx/libxx_newa.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libxx/libxx_newa.cxx b/nuttx/libxx/libxx_newa.cxx
index d0e5bd10b4..e8c214d4d1 100755
--- a/nuttx/libxx/libxx_newa.cxx
+++ b/nuttx/libxx/libxx_newa.cxx
@@ -60,7 +60,7 @@
// NOTE:
// This should take a type of size_t, which for ARM GCC is unsigned long.
// but size_t may actually be a different different type, in sys/include.h,
-// it is typed as uint32. Need to REVISIT this.
+// it is typed as uint32_t. Need to REVISIT this.
//
//***************************************************************************