From d7352eb8557c88e154f2ac624e020f7b00545459 Mon Sep 17 00:00:00 2001 From: "Nakamura, Yuuichi" Date: Thu, 2 Apr 2020 22:38:03 +0900 Subject: [PATCH] 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 66114cd63e..60be0e548d 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;