summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r--gcc/ipa-inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
index 12ee84c5465..5f47e0b4e1a 100644
--- a/gcc/ipa-inline.c
+++ b/gcc/ipa-inline.c
@@ -1597,7 +1597,7 @@ inline_small_functions (void)
max_size = compute_max_insns (overall_size);
min_size = overall_size;
- /* Populate the heeap with all edges we might inline. */
+ /* Populate the heap with all edges we might inline. */
FOR_EACH_DEFINED_FUNCTION (node)
{