summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-26 15:44:54 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-26 15:44:54 +0000
commita761454670434585f3e32da8c18a4e03523eea5f (patch)
treeded79a88081f647e83e494ccf2ecff87d3901192
parentedda30fa64a38d218e47f979d7287337aa3a82fe (diff)
downloadppe42-gcc-a761454670434585f3e32da8c18a4e03523eea5f.tar.gz
ppe42-gcc-a761454670434585f3e32da8c18a4e03523eea5f.zip
* tree-ssa-operands.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120210 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-ssa-operands.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f479f213226..b2b0397b37a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-26 Kazu Hirata <kazu@codesourcery.com>
+
+ * tree-ssa-operands.c: Fix a comment typo.
+
2006-12-25 Kazu Hirata <kazu@codesourcery.com>
* tree-vectorizer.h (VECT_SMODULO): Remove.
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index 6705ca1c468..d47d19cba1a 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -140,7 +140,7 @@ static VEC(tree,heap) *build_vdefs;
static VEC(tree,heap) *build_vuses;
/* Bitmap obstack for our datastructures that needs to survive across
- compilations of multiple funcitons. */
+ compilations of multiple functions. */
static bitmap_obstack operands_bitmap_obstack;
/* Set for building all the loaded symbols. */
static bitmap build_loads;
OpenPOWER on IntegriCloud