diff mbox

Fix comment typo

Message ID 52E6C905.7080303@redhat.com
State New
Headers show

Commit Message

Jeff Law Jan. 27, 2014, 9 p.m. UTC
Just something I noticed while looking at one of our P1 regressions.

Installed as obvious.

Jeff
diff mbox

Patch

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)
     {