summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-23 16:45:25 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-23 16:45:25 +0000
commit64a46f56b36e079a56e3f4c33c892099cd40d038 (patch)
tree22d0a85bc54e130c1737a130daa7039dae9af554 /gcc/flags.h
parentdb4142d7e8e92b6b8ab09abc1ee19bc5aa632a19 (diff)
downloadgcc-64a46f56b36e079a56e3f4c33c892099cd40d038.tar.gz
gcc/
2001-01-01 Revital1 Eres <ERES@il.ibm.com> * flags.h (HONOR_NANS): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117172 138bc75d-0d04-0410-961f-82ee72b054a4
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 5e4583450a0..f5fdd6b2bf6 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) \