diff options
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 16f6d3b..f2a361d 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; |