From 64a46f56b36e079a56e3f4c33c892099cd40d038 Mon Sep 17 00:00:00 2001
From: rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat, 23 Sep 2006 16:45:25 +0000
Subject: [PATCH] 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
---
 gcc/ChangeLog | 4 ++++
 gcc/flags.h   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8783eb00070b..e816362cea02 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/flags.h b/gcc/flags.h
index 5e4583450a00..f5fdd6b2bf61 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) \
-- 
GitLab