Message ID | 52E6C905.7080303@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 12ee84c..5f47e0b 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) {