From: Eric Botcazou Date: Sat, 10 Apr 2021 17:17:54 +0000 (+0200) Subject: [Ada] Fix old typo in comment X-Git-Tag: basepoints/gcc-13~6432 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=568d3d4656c347012eb7dd2f008845505eab3ca8;p=thirdparty%2Fgcc.git [Ada] Fix old typo in comment gcc/ada/ * repinfo-input.adb (Read_JSON_Stream): Fix typo. --- diff --git a/gcc/ada/repinfo-input.adb b/gcc/ada/repinfo-input.adb index 64635634652f..106c43c49c73 100644 --- a/gcc/ada/repinfo-input.adb +++ b/gcc/ada/repinfo-input.adb @@ -215,7 +215,7 @@ package body Repinfo.Input is J_COMMA, J_COLON, J_EOF); - -- JSON Token kind. Note that in ECMA 404 there is no notion of integer. + -- JSON token kind. Note that in ECMA 404 there is no notion of integer. -- Only numbers are supported. In our implementation we return J_INTEGER -- if there is no decimal part in the number. The semantic is that this -- is a J_NUMBER token that might be represented as an integer. Special