* profile.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 26 Sep 2004 11:47:53 +0000 (11:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 26 Sep 2004 11:47:53 +0000 (11:47 +0000)
From-SVN: r88125

gcc/ChangeLog
gcc/profile.c

index c89c8ed8520ba0f205e2209a5e1c5795654a9dd2..700cabf84b2d679a4c6af985a54eb3a7c14288b6 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * profile.c: Fix a comment typo.
+
 2004-09-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
        PR bootstrap/17591
index 39d0493c6dd91dd417f656e996e081e9ea7bd7f3..d7e6f58104d2d7cf76854d807327f7c262f2235e 100644 (file)
@@ -569,7 +569,7 @@ compute_branch_probabilities (void)
          BRANCH_EDGE (bb)->probability = prob;
          FALLTHRU_EDGE (bb)->probability = REG_BR_PROB_BASE - prob;
        }
-      /* As a last resolt, distribute the probabilities evenly.
+      /* As a last resort, distribute the probabilities evenly.
         Use simple heuristics that if there are normal edges,
         give all abnormals frequency of 0, otherwise distribute the
         frequency over abnormals (this is the case of noreturn