aboutsummaryrefslogtreecommitdiffstats
path: root/trionan.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-31 16:16:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-31 16:16:02 +0000
commitcbaf399537a1fb69ef97b079e4cb553869aaa4d9 (patch)
tree05c7802f8e0c366451d19a827cb7d4186d31825c /trionan.c
parent7f9a6806ed3d37063e159b257aec029ffda1e1af (diff)
downloadandroid_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.tar.gz
android_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.tar.bz2
android_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.zip
applied 42 documentation patches from Charlie Bozeman. Regenerated the
* *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
Diffstat (limited to 'trionan.c')
-rw-r--r--trionan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trionan.c b/trionan.c
index cc564440..b2a5ec2e 100644
--- a/trionan.c
+++ b/trionan.c
@@ -110,7 +110,7 @@ static const char rcsid[] = "@(#)$Id$";
* maximum exponent is 10 bits wide (2^10 == 1024).
* o DBL_MANT_DIG == 53: The mantissa is 52 bits wide, but because
* numbers are normalized the initial binary 1 is represented
- * implictly (the so-called "hidden bit"), which leaves us with
+ * implicitly (the so-called "hidden bit"), which leaves us with
* the ability to represent 53 bits wide mantissa.
*/
#if (FLT_RADIX == 2) && (DBL_MAX_EXP == 1024) && (DBL_MANT_DIG == 53)