diff options
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/init-first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/init-first.c b/sysdeps/i386/init-first.c index c2eaccd017..edea7f2697 100644 --- a/sysdeps/i386/init-first.c +++ b/sysdeps/i386/init-first.c @@ -48,7 +48,7 @@ init (int *data) #ifdef SHARED /* This function is called to initialize the shared C library. - It is called just before the user _start code from i386/elf/start.S, + It is called just before the user _start code from i386/start.S, with the stack set up as that code gets it. */ /* NOTE! The linker notices the magical name `_init' and sets the DT_INIT |