https://gcc.gnu.org/g:07f61618c7b7094ecb7d39b8bb4122efb02a3ef1

commit r15-254-g07f61618c7b7094ecb7d39b8bb4122efb02a3ef1
Author: Ronan Desplanques <desplanq...@adacore.com>
Date:   Mon Jan 15 17:38:44 2024 +0100

    ada: Fix typo in documentation comment
    
    gcc/ada/
    
            * sinfo.ads: Fix typo.

Diff:
---
 gcc/ada/sinfo.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 4e977152cd0..06b9ad0884e 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -4272,7 +4272,7 @@ package Sinfo is
       --  Etype
 
       ---------------------------------
-      --  3.4.5 Container_Aggregates --
+      --  4.3.5 Container_Aggregates --
       ---------------------------------
 
       --  ITERATED_ELEMENT_ASSOCIATION ::=

Reply via email to