From 9542abd3787272cf9a7054be5c5b70668c13ecb1 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 22 Apr 2006 16:45:28 +0000 Subject: [PATCH] revert: op-common.h: Fix a typo. Revert: * config/soft-fp/op-common.h: Fix a typo. From-SVN: r113180 --- gcc/ChangeLog | 5 +++++ gcc/config/soft-fp/op-common.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + Revert: + * config/soft-fp/op-common.h: Fix a typo. + 2006-04-22 Frank Ch. Eigler 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. */