aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-11-05 20:34:08 +0000
committerKazu Hirata <kazu@codesourcery.com>2005-11-05 20:34:08 +0000
commitda1f0dead702ea59894674411c41feb887d2cd22 (patch)
tree1b4049b6f45d2784ecadd87b5005d6ee7089f90d /gcc/cp
parente556fea52de0509c2d70d8b6baf6bd36d9a8830e (diff)
* decl2.c, init.c, typeck.c: Fix comment typos.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@106533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/decl2.c2
-rw-r--r--gcc/cp/init.c2
-rw-r--r--gcc/cp/typeck.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0e7d5e935ba..191bedf8690 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-05 Kazu Hirata <kazu@codesourcery.com>
+
+ * decl2.c, init.c, typeck.c: Fix comment typos.
+
2005-11-04 Richard Guenther <rguenther@suse.de>
PR c++/22487
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 70ca017d9e4..77ac5f7ae9e 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -2320,7 +2320,7 @@ get_priority_info (int priority)
((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \
? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
-/* Wether a DECL needs a guard to protect it against multiple
+/* Whether a DECL needs a guard to protect it against multiple
initialization. */
#define NEEDS_GUARD_P(decl) (TREE_PUBLIC (decl) && (DECL_COMMON (decl) \
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 1ff2fd7be7b..f43846719e5 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -1604,7 +1604,7 @@ constant_value_1 (tree decl, bool integral_p)
: (!TREE_CONSTANT (init)
/* Do not return an aggregate constant (of which
string literals are a special case), as we do not
- want to make inadvertant copies of such entities,
+ want to make inadvertent copies of such entities,
and we must be sure that their addresses are the
same everywhere. */
|| TREE_CODE (init) == CONSTRUCTOR
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c
index a7edfc12e7f..b9be6fd694f 100644
--- a/gcc/cp/typeck.c
+++ b/gcc/cp/typeck.c
@@ -1858,7 +1858,7 @@ check_template_keyword (tree decl)
DR 228 removed the restriction that the template be a member
template.
- DR 96, if accepted would add the further restriction that explcit
+ DR 96, if accepted would add the further restriction that explicit
template arguments must be provided if the template keyword is
used, but, as of 2005-10-16, that DR is still in "drafting". If
this DR is accepted, then the semantic checks here can be