summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-01 14:36:37 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-01 14:36:37 +0000
commit977b748639a036a81a9aa55066610b8cfffa8ca5 (patch)
treebb8069991fe0d464d3ab57a7480539813f81726c /gcc/varasm.c
parent972e95afaffecaf703dd98d0a45abe625c47e375 (diff)
downloadgcc-977b748639a036a81a9aa55066610b8cfffa8ca5.tar.gz
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97395 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index b567c38cbc6..64861ef2df3 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. */