From: Adam Buchbinder Date: Wed, 9 Oct 2013 19:20:48 +0000 (+0000) Subject: soft-fp: fix typo in comment. X-Git-Tag: upstream/2.30~8538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b60c59de550dc359ef08f1584e2f574b804041f;p=external%2Fglibc.git soft-fp: fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index d423483..9565708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-09 Adam Buchbinder + + * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment. + 2013-10-08 Yogesh Chaudhari [BZ #156] diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h index bed1e21..75ea352 100644 --- a/soft-fp/op-common.h +++ b/soft-fp/op-common.h @@ -46,7 +46,7 @@ : !(_FP_FRAC_HIGH_##fs(X) & _FP_QNANBIT_SH_##fs)) /* - * Finish truely unpacking a native fp value by classifying the kind + * Finish truly unpacking a native fp value by classifying the kind * of fp value and normalizing both the exponent and the fraction. */