]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/par-util.adb
[Ada] Typo corrections and minor reformatting
[thirdparty/gcc.git] / gcc / ada / par-util.adb
index 6379c4aa2cb2f4a3948f52768c9687caca5a314f..700f9469febaac9f6b89f9eb07fd5a5c0a9649c2 100644 (file)
@@ -276,7 +276,7 @@ package body Util is
 
       --  If we have a right paren, then that is taken as ending the list
       --  i.e. no comma is present.
-      --  Ditto for a right bracket in Ada2020.
+      --  Ditto for a right bracket in Ada 2020.
 
       elsif Token = Tok_Right_Paren
         or else (Token = Tok_Right_Bracket and then Ada_Version >= Ada_2020)