]> gcc.gnu.org Git - gcc.git/commitdiff
ada: Add missing word in comment
authorRonan Desplanques <desplanques@adacore.com>
Thu, 9 Feb 2023 09:34:11 +0000 (10:34 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 22 May 2023 08:46:12 +0000 (10:46 +0200)
gcc/ada/

* par-ch3.adb: Add missing word in comment.

gcc/ada/par-ch3.adb

index 7126afbfbeb4d44fb8cb9c7edd9c9aa34a200976..a71056b20a040fa12ffbdacf44b08a38a50e5cf0 100644 (file)
@@ -1466,7 +1466,7 @@ package body Ch3 is
          Save_Scan_State (Scan_State); -- at colon
          T_Colon;
 
-      --  If we have identifier followed by := then we assume that what is
+      --  If we have an identifier followed by := then we assume that what is
       --  really meant is an assignment statement. The assignment statement
       --  is scanned out and added to the list of declarations. An exception
       --  occurs if the := is followed by the keyword constant, in which case
This page took 0.064131 seconds and 5 git commands to generate.