https://gcc.gnu.org/g:208da63ffb806846717926cc7fcd8a34221277b5
commit r16-1791-g208da63ffb806846717926cc7fcd8a34221277b5 Author: Ronan Desplanques <desplanq...@adacore.com> Date: Thu Apr 17 11:48:59 2025 +0200 ada: Fix typo in comment gcc/ada/ChangeLog: * atree.ads (Parent_Or_List_Containing): Fix typo. Diff: --- gcc/ada/atree.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index 615d040c90a3..802db8709338 100644 --- a/gcc/ada/atree.ads +++ b/gcc/ada/atree.ads @@ -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;