diff options
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r-- | include/libc-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index fcd21468c0..4c74f6ba60 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -24,7 +24,7 @@ /* Initialize the `__libc_enable_secure' flag. */ extern void __libc_init_secure (void); -/* This function will be called from _init in init-first.c. */ +/* This function will be called from _init_first in init-first.c. */ extern void __libc_global_ctors (void); /* Discover the tick frequency of the machine if something goes wrong, |