diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-29 15:39:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-29 15:39:12 +0000 |
commit | 9c9bad970601f22c1e83f9333b912bbb2d9f7763 (patch) | |
tree | 6c0fb333200e6a04c7e72f1b30ce293bef0d3d4c /gcc/final.c | |
parent | 767efd18dd81f73b1b69029182b1bc5b2b0b3c1d (diff) | |
download | gcc-9c9bad970601f22c1e83f9333b912bbb2d9f7763.tar.gz |
* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81291 138bc75d-0d04-0410-961f-82ee72b054a4
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 9aa4657b068..500f4062e2d 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 |