about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-02-10 13:44:27 -0800
committerRoland McGrath <roland@hack.frob.com>2012-02-10 13:44:27 -0800
commite19e83c5d2ead7a5ab5fa7afa6fed1a427dc2465 (patch)
tree8983a034df64a3608955155eb2e3b0ec262b68b9
parent7c35ffedf144417ba2787322c7b75b4db5c3cb7a (diff)
downloadglibc-e19e83c5d2ead7a5ab5fa7afa6fed1a427dc2465.tar.gz
glibc-e19e83c5d2ead7a5ab5fa7afa6fed1a427dc2465.tar.xz
glibc-e19e83c5d2ead7a5ab5fa7afa6fed1a427dc2465.zip
log entry typo fixes
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 789d7b92d0..05d1b47a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
 
-	* sysdeps/i386/fpu/feupdateenv.c (__feupdateenv) Invoke __feraiseexcept
-	instead of feraiseexcept.
+	* sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
+	__feraiseexcept instead of feraiseexcept.
 
 	* rt/tst-cpuclock1.c: Add a few comments, and error checking for
 	nanosleep invocations.