aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-03-17 17:29:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-03-17 17:29:11 +0000
commita757b5c594279e7e3a4a51bf5748dbd0785a3fbc (patch)
tree61fdb444939363737d122ef49f18d87d72a6804a /gcc/cp/cp-tree.def
parentc492dc9a666e438ca8bbd2052482e8c30d8b5019 (diff)
downloadgcc-a757b5c594279e7e3a4a51bf5748dbd0785a3fbc.zip
gcc-a757b5c594279e7e3a4a51bf5748dbd0785a3fbc.tar.gz
gcc-a757b5c594279e7e3a4a51bf5748dbd0785a3fbc.tar.bz2
* cp-tree.def, parser.c, pt.c: Fix comment typos.
From-SVN: r123024
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r--gcc/cp/cp-tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 83e1e53..a2a0c03 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -367,7 +367,7 @@ DEFTREECODE (STATIC_ASSERT, "static_assert", tcc_exceptional, 0)
Values is a (template) parameter pack. When tuple<int, float,
double> is instantiated, the Values parameter pack is instantiated
- with the argment pack <int, float, double>. ARGUMENT_PACK_ARGS will
+ with the argument pack <int, float, double>. ARGUMENT_PACK_ARGS will
be a TREE_VEC containing int, float, and double. */
DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0)