diff options
Diffstat (limited to 'gcc/ada/a-btgbso.adb')
-rw-r--r-- | gcc/ada/a-btgbso.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-btgbso.adb b/gcc/ada/a-btgbso.adb index 7d6ca3db779..bd4dad4b86d 100644 --- a/gcc/ada/a-btgbso.adb +++ b/gcc/ada/a-btgbso.adb @@ -546,7 +546,7 @@ package body Ada.Containers.Red_Black_Trees.Generic_Bounded_Set_Operations is "attempt to tamper with cursors (container is busy)"; end if; - -- Note that there's no way to decide apriori whether the + -- Note that there's no way to decide a priori whether the -- target has enough capacity for the union with source. -- We cannot simply compare the sum of the existing lengths -- to the capacity of the target, because equivalent items |