]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix typo in comment
authorRonan Desplanques <desplanques@adacore.com>
Thu, 17 Apr 2025 09:48:59 +0000 (11:48 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 30 Jun 2025 13:47:19 +0000 (15:47 +0200)
gcc/ada/ChangeLog:

* atree.ads (Parent_Or_List_Containing): Fix typo.

gcc/ada/atree.ads

index 615d040c90a302102fd32d86792ecc0b5814a752..802db870933839ae9643e3e90340b6bce8e9e4ad 100644 (file)
@@ -453,7 +453,7 @@ package Atree is
 
    function Parent_Or_List_Containing (X : Union_Id) return Union_Id;
    --  X must be in Node_Range or in List_Range. If X is in Node_Range and is
-   --  contained in a list, returns that list, otherwise return the parent of
+   --  contained in a list, returns that list, otherwise returns the parent of
    --  the list or node represented by X.
 
    function Paren_Count (N : Node_Id) return Nat;