aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2010-06-16 16:21:17 -0400
committerJason Merrill <jason@gcc.gnu.org>2010-06-16 16:21:17 -0400
commit3c820dcdc930324ed310e4bcef27a067c8517c22 (patch)
treeb61ad80fcab334c927894dfaef08821c7f0dde7d
parent67ad2ae729dc1e164675261f354699ca5410a0f0 (diff)
downloadgcc-3c820dcdc930324ed310e4bcef27a067c8517c22.zip
gcc-3c820dcdc930324ed310e4bcef27a067c8517c22.tar.gz
gcc-3c820dcdc930324ed310e4bcef27a067c8517c22.tar.bz2
fix Wnoexcept typo
From-SVN: r160859
-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 0517d35..7d606db 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