From: Ronan Desplanques Date: Thu, 17 Apr 2025 09:48:59 +0000 (+0200) Subject: ada: Fix typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208da63ffb806846717926cc7fcd8a34221277b5;p=thirdparty%2Fgcc.git ada: Fix typo in comment gcc/ada/ChangeLog: * atree.ads (Parent_Or_List_Containing): Fix typo. --- 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;