diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-17 17:29:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-17 17:29:11 +0000 |
commit | 93b25defa0b52d173a7ec26c573ec4bedc2ea78e (patch) | |
tree | 61fdb444939363737d122ef49f18d87d72a6804a /gcc/cp/cp-tree.def | |
parent | 8d072f6d469931eb64553b590a4e4e03402445b4 (diff) | |
download | gcc-93b25defa0b52d173a7ec26c573ec4bedc2ea78e.tar.gz |
* cp-tree.def, parser.c, pt.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r-- | gcc/cp/cp-tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 83e1e53cbc7..a2a0c03b79a 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) |