From: Piotr Trojanek Date: Mon, 27 Dec 2021 19:41:42 +0000 (+0100) Subject: [Ada] Fix typo in comment about unit families X-Git-Tag: basepoints/gcc-13~1919 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d256274430c208ff4aeb4e59f297099027b3a29b;p=thirdparty%2Fgcc.git [Ada] Fix typo in comment about unit families gcc/ada/ * sem_util.adb (Is_Child_Or_Sibling): Fix typo in comment. --- diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index bf3d6c032c98..df0639971f47 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -16286,7 +16286,7 @@ package body Sem_Util is end if; -- The packages may come from the same package chain or from entirely - -- different hierarcies. To determine this, climb the scope stack until + -- different hierarchies. To determine this, climb the scope stack until -- a common root is found. -- (root) (root 1) (root 2)