aboutsummaryrefslogtreecommitdiff
path: root/elf/soinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/soinit.c')
-rw-r--r--elf/soinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/soinit.c b/elf/soinit.c
index fe9935732b..538eb68186 100644
--- a/elf/soinit.c
+++ b/elf/soinit.c
@@ -20,7 +20,7 @@ run_hooks (void (*const list[]) (void))
(**list) ();
}
-/* This function will be called from _init in init-first.c. */
+/* This function will be called from _init_first in init-first.c. */
void
__libc_global_ctors (void)
{