]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
flags.h (HONOR_NANS): Fix typo in comment.
authorRevital Eres <eres@il.ibm.com>
Sat, 23 Sep 2006 16:45:25 +0000 (16:45 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 23 Sep 2006 16:45:25 +0000 (16:45 +0000)
gcc/
2001-01-01  Revital1 Eres  <ERES@il.ibm.com>

* flags.h (HONOR_NANS): Fix typo in comment.

From-SVN: r117172

gcc/ChangeLog
gcc/flags.h

index 8783eb00070bac90d04af96fce5fc40a63f6cbe5..e816362cea0272bc2d4adf0ca79e0fb6d8d4132a 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-23  Revital1 Eres  <ERES@il.ibm.com>
+
+       * flags.h (HONOR_NANS): Fix typo in comment.
+
 2006-09-23  Uros Bizjak <uros@kss-loka.si>
 
        * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype.
index 5e4583450a00f044bafa5191c4c9b07caffb7ee3..f5fdd6b2bf61ab164feebfb98028a23c4dc29c14 100644 (file)
@@ -264,7 +264,7 @@ extern const char *flag_random_seed;
 
 /* True if the given mode has a NaN representation and the treatment of
    NaN operands is important.  Certain optimizations, such as folding
-   x * 0 into x, are not correct for NaN operands, and are normally
+   x * 0 into 0, are not correct for NaN operands, and are normally
    disabled for modes with NaNs.  The user can ask for them to be
    done anyway using the -funsafe-math-optimizations switch.  */
 #define HONOR_NANS(MODE) \