* profile.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Sep 2004 11:47:53 +0000 (11:47 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Sep 2004 11:47:53 +0000 (11:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88125 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/profile.c

index c89c8ed..700cabf 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 39d0493..d7e6f58 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