You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/06/02 06:09:27 UTC

[incubator-nuttx] branch master updated: stdint.h: Fix a comment

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fe0f3d  stdint.h: Fix a comment
4fe0f3d is described below

commit 4fe0f3d99e32a0cb55ba9b89671b82507c416156
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Jun 2 13:49:54 2020 +0900

    stdint.h: Fix a comment
---
 include/stdint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/stdint.h b/include/stdint.h
index 60be0e5..0d6e10a 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -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 */