diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:21:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:21:44 +0000 |
commit | 8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c (patch) | |
tree | 87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/profile.c | |
parent | 0e40b5f29a85e04a5243db74bfc63e3935361645 (diff) | |
download | gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.zip gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.gz gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.bz2 |
cgraph.h, [...]: Fix comment typos.
* cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix
comment typos. Follow spelling conventions.
From-SVN: r87490
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 7b0a667..e56f30e 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -686,7 +686,7 @@ compute_value_histograms (histogram_values values) #define BB_TO_GCOV_INDEX(bb) ((bb)->index + 1) /* When passed NULL as file_name, initialize. - When passed something else, output the neccesary commands to change + When passed something else, output the necessary commands to change line to LINE and offset to FILE_NAME. */ static void output_location (char const *file_name, int line, @@ -1029,7 +1029,7 @@ branch_prob (void) &offset, bb); } - /* Notice GOTO expressions we elliminated while constructing the + /* Notice GOTO expressions we eliminated while constructing the CFG. */ if (bb->succ && !bb->succ->succ_next && bb->succ->goto_locus) { |