]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix old typo in comment
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 10 Apr 2021 17:17:54 +0000 (19:17 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 29 Jun 2021 14:23:46 +0000 (14:23 +0000)
gcc/ada/

* repinfo-input.adb (Read_JSON_Stream): Fix typo.

gcc/ada/repinfo-input.adb

index 64635634652faee835addbc70ae86f5ccd80c331..106c43c49c735f4e021b7c59b3b5db6e92e5e708 100644 (file)
@@ -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