From: Ronan Desplanques <desplanq...@adacore.com> gcc/ada/ChangeLog:
* atree.ads (Parent_Or_List_Containing): Fix typo. Tested on x86_64-pc-linux-gnu, committed on master. --- 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 615d040c90a..802db870933 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; -- 2.43.0