aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorRevital Eres <eres@il.ibm.com>2006-09-23 16:45:25 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-09-23 16:45:25 +0000
commit88a65e64eeda105dc8baaea0b69ea806b977cf4c (patch)
tree22d0a85bc54e130c1737a130daa7039dae9af554 /gcc/flags.h
parentd4d7a132ab59631092fc0114f1518338e7b85ef4 (diff)
downloadgcc-88a65e64eeda105dc8baaea0b69ea806b977cf4c.zip
gcc-88a65e64eeda105dc8baaea0b69ea806b977cf4c.tar.gz
gcc-88a65e64eeda105dc8baaea0b69ea806b977cf4c.tar.bz2
flags.h (HONOR_NANS): Fix typo in comment.
gcc/ 2001-01-01 Revital1 Eres <ERES@il.ibm.com> * flags.h (HONOR_NANS): Fix typo in comment. From-SVN: r117172
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 5e45834..f5fdd6b 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -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) \