summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/include/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/stdint.h b/nuttx/include/stdint.h
index 26bcce4db..64667c794 100755
--- a/nuttx/include/stdint.h
+++ b/nuttx/include/stdint.h
@@ -167,7 +167,7 @@
#define UINT64_C(x) x ## ULL
#endif
-/* Macros for greatest-width integer constant expressions
+/* Macros for greatest-width integer constant expressions */
#ifdef CONFIG_HAVE_LONG_LONG
# define INTMAX_C(x) x ## LL