diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 14:36:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 14:36:37 +0000 |
commit | 830113fd7b66e2003dd1d6c7d4f9d6bcb809a469 (patch) | |
tree | bb8069991fe0d464d3ab57a7480539813f81726c /gcc/varasm.c | |
parent | b5e624c6dc2cfbc1bc41fc4f4b70a320f0f0cadb (diff) | |
download | gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.zip gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.tar.gz gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.tar.bz2 |
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
From-SVN: r97395
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index b567c38..64861ef 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -129,7 +129,7 @@ char *hot_section_end_label; char *cold_section_end_label; -/* The following global variable indicates the seciton name to be used +/* The following global variable indicates the section name to be used for the current cold section, when partitiong hot and cold basic blocks into separate sections. */ |