Just something I noticed while looking at one of our P1 regressions.

Installed as obvious.

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

Reply via email to