diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2013-10-09 19:20:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-09 19:22:15 +0000 |
commit | 5b60c59de550dc359ef08f1584e2f574b804041f (patch) | |
tree | 822e24aef788d086b11bbd00b1d8c9c92fb96067 /soft-fp | |
parent | b86835ca92a1942ed08d8b5ee47498e711feaddb (diff) | |
download | glibc-5b60c59de550dc359ef08f1584e2f574b804041f.tar glibc-5b60c59de550dc359ef08f1584e2f574b804041f.tar.gz glibc-5b60c59de550dc359ef08f1584e2f574b804041f.tar.bz2 glibc-5b60c59de550dc359ef08f1584e2f574b804041f.zip |
soft-fp: fix typo in comment.
Diffstat (limited to 'soft-fp')
-rw-r--r-- | soft-fp/op-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h index bed1e21fd4..75ea352bc7 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. */ |