diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/tree-ssa-operands.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f479f21..b2b0397 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 6705ca1..d47d19c 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; |
