diff options
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. */ |