diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-26 15:44:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-26 15:44:54 +0000 |
commit | 04b5b56c85dbb3b8f63ee432bf1f3798aa8067c5 (patch) | |
tree | ded79a88081f647e83e494ccf2ecff87d3901192 /gcc/tree-ssa-operands.c | |
parent | ca57c7edf1ffb8198ddd89ff27b8030ebde2ef1d (diff) | |
download | gcc-04b5b56c85dbb3b8f63ee432bf1f3798aa8067c5.zip gcc-04b5b56c85dbb3b8f63ee432bf1f3798aa8067c5.tar.gz gcc-04b5b56c85dbb3b8f63ee432bf1f3798aa8067c5.tar.bz2 |
* tree-ssa-operands.c: Fix a comment typo.
From-SVN: r120210
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |