summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-22 01:30:17 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-22 01:30:17 +0000
commitccd2f3d14c0a9bda23673e23a06391b7fe9b2078 (patch)
treef0acb625f7979b124cf207980c7bc2f828d847f9
parent7920eed55f2a73bcbfd84f9bf5ed4429fcd8cbd2 (diff)
downloadppe42-gcc-ccd2f3d14c0a9bda23673e23a06391b7fe9b2078.tar.gz
ppe42-gcc-ccd2f3d14c0a9bda23673e23a06391b7fe9b2078.zip
* cgraphunit.c, varpool.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120139 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/cgraphunit.c2
-rw-r--r--gcc/varpool.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aca90bd880e..5bbfa73de5f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,6 +6,8 @@
tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
tree-vrp.c, varpool.c: Fix comment typos.
+ * cgraphunit.c, varpool.c: Fix comment typos.
+
2006-12-22 Ulrich Weigand <uweigand@de.ibm.com>
* config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index f1ea9153445..37e1ac88995 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -66,7 +66,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
data structure must be updated accordingly by this function.
There should be little need to call this function and all the references
should be made explicit to cgraph code. At present these functions are
- used by C++ frontend to explicitely mark the keyed methods.
+ used by C++ frontend to explicitly mark the keyed methods.
- analyze_expr callback
diff --git a/gcc/varpool.c b/gcc/varpool.c
index 03c351b7f21..a3af8c7c2f5 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -43,7 +43,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
The varpool nodes are allocated lazily for declarations
either by frontend or at callgraph construction time.
All variables supposed to be output into final file needs to be
- explicitely marked by frontend via VARPOOL_FINALIZE_DECL function. */
+ explicitly marked by frontend via VARPOOL_FINALIZE_DECL function. */
/* Hash table used to convert declarations into nodes. */
static GTY((param_is (struct varpool_node))) htab_t varpool_hash;
OpenPOWER on IntegriCloud