summaryrefslogtreecommitdiff
path: root/elf/dl-init.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-31 17:09:42 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-31 17:09:42 +0000
commitc0c2af07991283edd947c5a11df162ccb486e74a (patch)
tree3f273e699ea34a7f07055593a5ce053b0cd9ea5d /elf/dl-init.c
parent84ddc586f6d0dc289d4c99d51393c3caf019b885 (diff)
Update.
2000-03-31 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c. (tests): Add order. (module-names): Add dep1, dep2, dep3, and dep4. Add dependencies for dep* modules and order. Define rule for order.out which checks the result. * elf/dep1.c: New file. * elf/dep2.c: New file. * elf/dep3.c: New file. * elf/dep4.c: New file. * elf/order.c: New file. * elf/dl-init.c: Fix type in comment.
Diffstat (limited to 'elf/dl-init.c')
-rw-r--r--elf/dl-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-init.c b/elf/dl-init.c
index 911e089912..b455f5dc64 100644
--- a/elf/dl-init.c
+++ b/elf/dl-init.c
@@ -111,7 +111,7 @@ _dl_init (struct link_map *main_map, int argc, char **argv, char **env)
init (argc, argv, env);
}
- /* Next see whether there is an array with initialiazation functions. */
+ /* Next see whether there is an array with initialization functions. */
if (l->l_info[DT_INIT_ARRAY] != NULL)
{
unsigned int j;