diff options
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index a16c6af360b..bb6ac07dd30 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -5304,7 +5304,7 @@ output_deferred_plabels (void) /* If we have some deferred plabels, then we need to switch into the data or readonly data section, and align it to a 4 byte boundary - before outputing the deferred plabels. */ + before outputting the deferred plabels. */ if (n_deferred_plabels) { switch_to_section (flag_pic ? data_section : readonly_data_section); |