summaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-16 20:21:17 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-16 20:21:17 +0000
commit3c69f996e14ba8d73e87db34091cbf899ee403bd (patch)
treeb61ad80fcab334c927894dfaef08821c7f0dde7d /gcc/c-family
parentcfe7b52eced8dbc42940b298ea57d7ad5eeaa74a (diff)
downloadgcc-3c69f996e14ba8d73e87db34091cbf899ee403bd.tar.gz
fix Wnoexcept typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/c.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 0517d3506a2..7d606dbfd60 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -343,7 +343,7 @@ Warn about \"extern\" declarations not at file scope
Wnoexcept
C++ ObjC++ Var(warn_noexcept) Warning
-Warn when a noexcept expression evaluates to true even though the expression can't actually throw
+Warn when a noexcept expression evaluates to false even though the expression can't actually throw
Wnon-template-friend
C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning