stdint.h: Fix a comment

This commit is contained in:
YAMAMOTO Takashi 2020-06-02 13:49:54 +09:00 committed by Xiang Xiao
parent 0e425584b8
commit 4fe0f3d99e
1 changed files with 1 additions and 1 deletions

View File

@ -299,5 +299,5 @@ typedef _int32_t intmax_t;
typedef _uint32_t uintmax_t;
#endif
#endif /* CONFIG_ARCH_STDBOOL_H */
#endif /* CONFIG_ARCH_STDINT_H */
#endif /* __INCLUDE_STDINT_H */