[patch] trans-intrinsic.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Mon Oct 4 12:57:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>

	* trans-intrinsic.c: Fix a comment typo.

Index: trans-intrinsic.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-intrinsic.c,v
retrieving revision 1.27
diff -u -r1.27 trans-intrinsic.c
--- trans-intrinsic.c	3 Oct 2004 13:27:06 -0000	1.27
+++ trans-intrinsic.c	4 Oct 2004 11:58:27 -0000
@@ -2451,7 +2451,7 @@
 /* Generate code for RRSPACING (X) intrinsic function.
    RRSPACING (X) = |X * POW (2, -e)| * POW (2, p) = |FRACTION (X)| * POW (2, p)
 
-   So the result's exponenet is p. And if X is normalized, X's fraction part
+   So the result's exponent is p. And if X is normalized, X's fraction part
    is the result's fraction. If X is denormalized, to get the X's fraction we
    shift X's fraction part to left until the first '1' is removed.
    



More information about the Gcc-patches mailing list