This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-ssa-operands.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-12-26  Kazu Hirata  <kazu@codesourcery.com>

	* tree-ssa-operands.c: Fix a comment typo.

Index: tree-ssa-operands.c
===================================================================
--- tree-ssa-operands.c	(revision 120209)
+++ tree-ssa-operands.c	(working copy)
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]