aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-12-27 20:41:42 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2022-01-10 09:38:45 +0000
commitd256274430c208ff4aeb4e59f297099027b3a29b (patch)
tree4a274eafa1cdc5ce290f450ce93976e8d8d4271c /gcc
parenta283cf62e45e080f4f9294573b04b9a28cd72ee8 (diff)
downloadgcc-d256274430c208ff4aeb4e59f297099027b3a29b.zip
gcc-d256274430c208ff4aeb4e59f297099027b3a29b.tar.gz
gcc-d256274430c208ff4aeb4e59f297099027b3a29b.tar.bz2
[Ada] Fix typo in comment about unit families
gcc/ada/ * sem_util.adb (Is_Child_Or_Sibling): Fix typo in comment.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/sem_util.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb
index bf3d6c0..df06399 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)