diff options
Diffstat (limited to 'gcc/ada/g-heasor.adb')
-rw-r--r-- | gcc/ada/g-heasor.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-heasor.adb b/gcc/ada/g-heasor.adb index 83df12471ac..d520ef19962 100644 --- a/gcc/ada/g-heasor.adb +++ b/gcc/ada/g-heasor.adb @@ -74,7 +74,7 @@ package body GNAT.Heap_Sort is -- we assume that the current node will be less than the larger -- son, and unconditionally sift up. Then when we get to the bottom -- of the tree, we check parents to make sure that we did not make - -- a mistake. This roughly cuts the number of comparisions in half, + -- a mistake. This roughly cuts the number of comparisons in half, -- since it is almost always the case that our assumption is correct. -- Loop to pull up larger sons |