diff options
Diffstat (limited to 'gcc/ada/g-hesora.adb')
-rw-r--r-- | gcc/ada/g-hesora.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-hesora.adb b/gcc/ada/g-hesora.adb index 73cdcaaa1fa..ed686186088 100644 --- a/gcc/ada/g-hesora.adb +++ b/gcc/ada/g-hesora.adb @@ -76,7 +76,7 @@ package body GNAT.Heap_Sort_A 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 |