From 568d3d4656c347012eb7dd2f008845505eab3ca8 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sat, 10 Apr 2021 19:17:54 +0200 Subject: [Ada] Fix old typo in comment gcc/ada/ * repinfo-input.adb (Read_JSON_Stream): Fix typo. --- gcc/ada/repinfo-input.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ada/repinfo-input.adb b/gcc/ada/repinfo-input.adb index 6463563..106c43c 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 -- cgit v1.1