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/04/02 14:08:52 UTC

[incubator-nuttx] 02/02: fix long line 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

commit d7352eb8557c88e154f2ac624e020f7b00545459
Author: Nakamura, Yuuichi <Yu...@sony.com>
AuthorDate: Thu Apr 2 22:38:03 2020 +0900

    fix long line comment
---
 include/stdint.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/stdint.h b/include/stdint.h
index 66114cd..60be0e5 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -200,8 +200,8 @@
  * architecture-specific logic with leading underscore character. This file
  * typedef's these to the final name without the underscore character.  This
  * roundabout way of doings things allows the stdint.h to be removed from the
- * include/ directory in the event that the user prefers to use the definitions
- * provided by their toolchain header files.
+ * include/ directory in the event that the user prefers to use the
+ * definitions provided by their toolchain header files.
  */
 
 typedef _int8_t             int8_t;