]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix unbalanced parens in comment
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 26 Dec 2024 12:41:26 +0000 (13:41 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 4 Jun 2026 08:42:19 +0000 (10:42 +0200)
Code cleanup.

gcc/ada/ChangeLog:

* sem_ch9.adb (Analyze_Requeue): Fix unbalanced parens.

gcc/ada/sem_ch9.adb

index 6536f66e4f7832fda951ce44839b159180ac02e3..aa4c813115de325194176efaa220abaa850fa37b 100644 (file)
@@ -2564,7 +2564,7 @@ package body Sem_Ch9 is
          end if;
 
       --  If we had a requeue of the form REQUEUE A (B), then the parser
-      --  accepted it (because it could have been a requeue on an entry index.
+      --  accepted it (because it could have been a requeue on an entry index).
       --  If A turns out not to be an entry family, then the analysis of A (B)
       --  turned it into a function call.