fix long line comment

This commit is contained in:
Nakamura, Yuuichi 2020-04-02 22:38:03 +09:00 committed by Xiang Xiao
parent 9aee1407f1
commit d7352eb855

View File

@ -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;