Fix typo in last change.

This commit is contained in:
Ulrich Drepper 1998-10-05 13:39:21 +00:00
parent fa85821416
commit f036f1a9bc
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ _dl_start_user:
.word _dl_fini(GOT)
.L_STACK_END:
.word __libc_stack_end(GOT)
.L_MAIN_SEARCHLIST
.L_MAIN_SEARCHLIST:
.word _dl_main_searchlist(GOT)
.previous\n\
");