pa.c (pa_som_asm_init_sections): Fix comment.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Dec 2017 18:36:50 +0000 (18:36 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Dec 2017 18:36:50 +0000 (18:36 +0000)
* config/pa/pa.c (pa_som_asm_init_sections): Fix comment.

From-SVN: r255764

gcc/ChangeLog
gcc/config/pa/pa.c

index 0f0418590bead6594931166ad0f7970d8c80deff..075ce5c717ef7688dd8133cc0a222700fec11ea0 100644 (file)
@@ -1,3 +1,7 @@
+2017-12-17  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.c (pa_som_asm_init_sections): Fix comment.
+
 2017-12-17  Markus Trippelsdorf  <markus@trippelsdorf.de>
 
        * x86-tune-costs.h (skylake_cost, core_cost): Decrease r64 multiply
index 8b46252463e189906fa21f384c72b246e7c76e71..415d23ef1291b72950384dc155c2721abe45a6f5 100644 (file)
@@ -9796,7 +9796,7 @@ som_output_comdat_data_section_asm_op (const void *data)
   output_section_asm_op (data);
 }
 
-/* Implement TARGET_ASM_INITIALIZE_SECTIONS  */
+/* Implement TARGET_ASM_INIT_SECTIONS.  */
 
 static void
 pa_som_asm_init_sections (void)