This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
soft-fp: fix typo in comment
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Wed, 9 Oct 2013 19:24:10 +0000
- Subject: soft-fp: fix typo in comment
- Authentication-results: sourceware.org; auth=none
The Linux kernel has a fix for a typo in a comment in soft-fp. I've
committed as obvious this patch bringing it over to glibc.
2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
* soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
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.
*/
--
Joseph S. Myers
joseph@codesourcery.com