public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1881] [Ada] Fix old typo in comment
@ 2021-06-29 14:25 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-29 14:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:568d3d4656c347012eb7dd2f008845505eab3ca8

commit r12-1881-g568d3d4656c347012eb7dd2f008845505eab3ca8
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Sat Apr 10 19:17:54 2021 +0200

    [Ada] Fix old typo in comment
    
    gcc/ada/
    
            * repinfo-input.adb (Read_JSON_Stream): Fix typo.

Diff:
---
 gcc/ada/repinfo-input.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/repinfo-input.adb b/gcc/ada/repinfo-input.adb
index 64635634652..106c43c49c7 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-29 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 14:25 [gcc r12-1881] [Ada] Fix old typo in comment Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).