diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-04-29 15:39:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-04-29 15:39:12 +0000 |
commit | 2b8a92de97e0f6f528dff536742a2a6cf89355b5 (patch) | |
tree | 6c0fb333200e6a04c7e72f1b30ce293bef0d3d4c /gcc/final.c | |
parent | 8fd583973e51d76536f33d0d57120bf69e43f408 (diff) | |
download | gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.zip gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.gz gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.bz2 |
builtins.c, [...]: Fix comment typos.
* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
Fix comment typos.
From-SVN: r81291
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 9aa4657..500f406 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1713,7 +1713,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED, case NOTE_INSN_BASIC_BLOCK: - /* If we are performing the optimization that paritions + /* If we are performing the optimization that partitions basic blocks into hot & cold sections of the .o file, then at the start of each new basic block, before beginning to write code for the basic block, we need to |