diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 14:34:13 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 14:34:13 +0000 |
commit | 25f6297d1d44438ce4493a3dffe9f9aca5f801d6 (patch) | |
tree | 61ca3ff252cd1e5c6f3886fcfa7f1f1b672e4c27 /gcc/varasm.c | |
parent | 6486ecc325888facc31dc09b93b38763a062871a (diff) | |
download | gcc-25f6297d1d44438ce4493a3dffe9f9aca5f801d6.tar.gz |
* basic-block.h, tree-ssa-uncprop.c, varasm.c,
config/i386/sse.md: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 16f6d3b33c7..f2a361dff20 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -129,8 +129,8 @@ char *hot_section_end_label; char *cold_section_end_label; -/* The following global variable indicates the seciton name to be used - for the current cold section, when partitiong hot and cold basic +/* The following global variable indicates the section name to be used + for the current cold section, when partitioning hot and cold basic blocks into separate sections. */ char *unlikely_text_section_name; |