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 e94187f..13f1191 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -236,7 +236,7 @@ unlikely_text_section (void) current_function_name ()); unlikely_section_label_printed = true; - /* Make sure that we have approprate alignment for instructions + /* Make sure that we have appropriate alignment for instructions in this section. */ assemble_align (FUNCTION_BOUNDARY); } |