diff --git a/include/stdint.h b/include/stdint.h index 26bcce4dba..64667c7949 100755 --- a/include/stdint.h +++ b/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