[Ada] Typo corrections, plus minor reformatting in comments
authorGary Dismukes <dismukes@adacore.com>
Tue, 19 May 2020 18:30:05 +0000 (14:30 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 8 Jul 2020 14:55:51 +0000 (10:55 -0400)
gcc/ada/

* par-ch4.adb (P_Iterated_Component_Association): Typo
corrections.

gcc/ada/par-ch4.adb

index e79abd1a8cf1781ac9ca2f098343ca1e609d59ed..4e48a492b5e80ad47d8bc4b3aef06c32bd5acbec 100644 (file)
@@ -3416,11 +3416,11 @@ package body Ch4 is
       Save_Scan_State (State);
 
       --  A lookahead is necessary to differentiate between the
-      --  Ada2012 form with a choice list, and the Ada2020 element
+      --  Ada 2012 form with a choice list, and the Ada 202x element
       --  iterator form, recognized by the presence of "OF". Other
-      --  disambiguation requires context and is done during semantc
+      --  disambiguation requires context and is done during semantic
       --  analysis. Note that "for X in E" is syntactically ambiguous:
-      --  if E is a subypte indication this is a loop parameter spec,
+      --  if E is a subtype indication this is a loop parameter spec,
       --  while if E a name it is an iterator_specification, and the
       --  disambiguation takes place during semantic analysis.