]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
soft-fp: fix typo in comment.
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Wed, 9 Oct 2013 19:20:48 +0000 (19:20 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 9 Oct 2013 19:22:15 +0000 (19:22 +0000)
ChangeLog
soft-fp/op-common.h

index d423483b9bedd55d516404e0362b487500ae6cb5..9565708579f21fab40d0d29b027b670f5a7cd11e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
+
+       * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
+
 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
 
        [BZ #156]
index bed1e21fd4d14d95ab0727d168d275042c4ae6c4..75ea352bc77fc50ff2a4bb09ca8157c3155f99f7 100644 (file)
@@ -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.
  */