summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-20 06:20:16 +0000
committerRoland McGrath <roland@gnu.org>2004-10-20 06:20:16 +0000
commit28767054dacd7fc4793cc61c7dfca8fc037ef206 (patch)
treeadbdf22e1094a589b8c28ea6da5460aa29d68032 /ChangeLog
parent7e46ec8cccbf9c721e58ff458e81cb548e43f2ab (diff)
downloadglibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.tar.gz
glibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.tar.xz
glibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.zip
typo
	* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d140360f48..83739965c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
 	* elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state.
 	* elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def.
-	* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't maek as
+	* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as
 	hidden but use rtld_hidden_proto.
 
 2004-10-19  Alfred M. Szmidt  <ams@gnu.org>