diff options
Diffstat (limited to 'gcc/ada/lib.adb')
-rw-r--r-- | gcc/ada/lib.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib.adb b/gcc/ada/lib.adb index ee975bd..d39723a 100644 --- a/gcc/ada/lib.adb +++ b/gcc/ada/lib.adb @@ -334,7 +334,7 @@ package body Lib is end if; -- At this stage we know that neither is a subunit, so we deal - -- with instantiations, since we culd have a common ancestor + -- with instantiations, since we could have a common ancestor Inst1 := Instantiation (Sind1); Inst2 := Instantiation (Sind2); |