Fix typos from last patch.

This commit is contained in:
Ulrich Drepper 2010-03-29 18:43:06 -07:00
parent bc58236c65
commit ab61c641c2
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ ElfW(Addr)
_dl_sysdep_start (void **start_argptr,
void (*dl_main) (const ElfW(Phdr) *phdr, ElfW(Word) phent,
ElfW(Addr) *user_entry,
ElfW(auxv_t) *auxv)))
ElfW(auxv_t) *auxv))
{
void go (intptr_t *argdata)
{
@ -198,7 +198,7 @@ unfmh(); /* XXX */
up and leave us to transfer control to USER_ENTRY. */
(*dl_main) ((const ElfW(Phdr) *) _dl_hurd_data->phdr,
_dl_hurd_data->phdrsz / sizeof (ElfW(Phdr)),
&_dl_hurd_data->user_entry, NULLy);
&_dl_hurd_data->user_entry, NULL);
/* The call above might screw a few things up.