summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-11 17:55:01 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-11 17:55:01 +0000
commit415bd54e2060fac5995423c09726c3d4580bdc6a (patch)
treeb384372b94af6838b24c166781e13bb96caf7e05 /gcc/cp/pt.c
parenta22fd5558187765decae31fe6fcf761c4a5468ab (diff)
downloadgcc-415bd54e2060fac5995423c09726c3d4580bdc6a.tar.gz
* call.c, cp-tree.h, pt.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79335 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 015f72a833f..c619dc681c4 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -12131,7 +12131,7 @@ build_non_dependent_expr (tree expr)
There is at least one place where we want to know that a
particular expression is a throw-expression: when checking a ?:
expression, there are special rules if the second or third
- argument is a throw-expresion. */
+ argument is a throw-expression. */
if (TREE_CODE (expr) == THROW_EXPR)
return expr;