]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-operands.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 26 Dec 2006 15:44:54 +0000 (15:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 26 Dec 2006 15:44:54 +0000 (15:44 +0000)
From-SVN: r120210

gcc/ChangeLog
gcc/tree-ssa-operands.c

index f479f2132264408e8dd4dee2d69920cee1b4d1cb..b2b0397b37a08304751ba2c89c152102c16057a5 100644 (file)
@@ -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.
index 6705ca1c4684f0d258aacbb76e9b982ed5f635f3..d47d19cba1a87730e8eb52a8eb671f0c7bd37a29 100644 (file)
@@ -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;