summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-06 07:31:15 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-06 07:31:15 +0000
commit0b4391716c8285ad7ad7ab6140a919a513e37b45 (patch)
tree434c0ae372dd7d3bcaedddbaad665ac8effe2b5b
parent321e8782bd2b465d015884662ca87522edd75ae5 (diff)
Fix typo.
* sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 725f7c06cc..a4bcba7ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@
* elf/rtld.c: Likewise.
* elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
if HAVE_INLINED_SYSCALLS is defined.
- * sysdeps/powerpc/powerpc64/dl-machine.h: Don't rest _dl_starting_up
+ * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
here.
* sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
* sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.