about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-12-04 22:08:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-12-04 22:08:24 +0000
commit8d65d9d7a7878c5d0f0988285f603b29479e3625 (patch)
tree19e9c9f65c1649b8a2471863ee8784fbae92543e
parent0993dd9b0c61965d426287ca66b57cd2c6301bc0 (diff)
downloadglibc-8d65d9d7a7878c5d0f0988285f603b29479e3625.tar.gz
glibc-8d65d9d7a7878c5d0f0988285f603b29479e3625.tar.xz
glibc-8d65d9d7a7878c5d0f0988285f603b29479e3625.zip
Fix typo in ChangeLog.mips.
-rw-r--r--ports/ChangeLog.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index d4d19eadfc..75076b0039 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,7 +1,7 @@
 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
-	Define to set cw to 0, now just to plain "0" as a statement.
+	Define to set cw to 0, not just to plain "0" as a statement.
 	[__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
 	than doing nothing with cw.