projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a283cf6
)
[Ada] Fix typo in comment about unit families
author
Piotr Trojanek
<trojanek@adacore.com>
Mon, 27 Dec 2021 19:41:42 +0000
(20:41 +0100)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Mon, 10 Jan 2022 09:38:45 +0000
(09:38 +0000)
gcc/ada/
* sem_util.adb (Is_Child_Or_Sibling): Fix typo in comment.
gcc/ada/sem_util.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_util.adb
b/gcc/ada/sem_util.adb
index
bf3d6c0
..
df06399
100644
(file)
--- 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 hierarc
h
ies. To determine this, climb the scope stack until
-- a common root is found.
-- (root) (root 1) (root 2)