summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-22 16:45:28 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-22 16:45:28 +0000
commit07499df022fc60eef597a1cc566dea1710e17020 (patch)
tree117070d8567fccb40447a0db8a3fe6a6ce016c0c /gcc
parentc1d36cca0e6cdb4ed1f38c0e84e757c0cfe5e696 (diff)
downloadgcc-07499df022fc60eef597a1cc566dea1710e17020.tar.gz
Revert:
* config/soft-fp/op-common.h: Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113180 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/soft-fp/op-common.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76829f853d2..0b2febd597e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-22 Kazu Hirata <kazu@codesourcery.com>
+
+ Revert:
+ * config/soft-fp/op-common.h: Fix a typo.
+
2006-04-22 Frank Ch. Eigler <fche@redhat.com>
PR libmudflap/26864
diff --git a/gcc/config/soft-fp/op-common.h b/gcc/config/soft-fp/op-common.h
index 372f69dcde1..4ec7fade485 100644
--- a/gcc/config/soft-fp/op-common.h
+++ b/gcc/config/soft-fp/op-common.h
@@ -35,7 +35,7 @@
_FP_FRAC_DECL_##wc(X)
/*
- * Finish truly unpacking a native fp value by classifying the kind
+ * Finish truely unpacking a native fp value by classifying the kind
* of fp value and normalizing both the exponent and the fraction.
*/