diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2024-01-15 17:38:44 +0100 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-05-07 09:55:55 +0200 |
commit | 07f61618c7b7094ecb7d39b8bb4122efb02a3ef1 (patch) | |
tree | e3c88d4b53fc6fe3bcf4d5404527a71ada43f16a | |
parent | e29c2dabc362c47e02374e4f793ffd48a0cfb4cb (diff) | |
download | gcc-07f61618c7b7094ecb7d39b8bb4122efb02a3ef1.zip gcc-07f61618c7b7094ecb7d39b8bb4122efb02a3ef1.tar.gz gcc-07f61618c7b7094ecb7d39b8bb4122efb02a3ef1.tar.bz2 |
ada: Fix typo in documentation comment
gcc/ada/
* sinfo.ads: Fix typo.
-rw-r--r-- | gcc/ada/sinfo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 4e97715..06b9ad0 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 ::= |