about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-24 23:09:17 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-24 23:09:17 +0000
commit03c4ded352703c5cfbee90af024a366fa87a3b56 (patch)
tree8f296cdbf7c7c08efd72ef003c6a34387ff6b9fb
parent000a4dfe5fb3059101cd8e604c0ed82fe32d25dd (diff)
downloadglibc-03c4ded352703c5cfbee90af024a366fa87a3b56.tar.gz
glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.tar.xz
glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.zip
Add a few casts to avoid warnings.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 314f9a2b54..9b4ef81f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
 	* string/test-memset.c (do_one_test): Compare effect of call, not
 	only return value.
 
-	Add a few cassts to avoid warnings.
+	Add a few casts to avoid warnings.
 
 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>