mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix typos.
This commit is contained in:
@ -54,7 +54,7 @@ __libc_start_main (int argc, char **argv,
|
||||
char **temp;
|
||||
/* ...in which case, we have argc as the top thing on the
|
||||
stack, followed by argv (NULL-terminated), envp (likewise),
|
||||
and the auxilary vector. */
|
||||
and the auxiliary vector. */
|
||||
/* 32/64-bit agnostic load from stack */
|
||||
argc = *(long int *) stack_on_entry;
|
||||
argv = stack_on_entry + 1;
|
||||
|
Reference in New Issue
Block a user