From: Kazu Hirata Date: Tue, 26 Dec 2006 15:44:54 +0000 (+0000) Subject: * tree-ssa-operands.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.3.0~7826 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04b5b56c85dbb3b8f63ee432bf1f3798aa8067c5;p=thirdparty%2Fgcc.git * tree-ssa-operands.c: Fix a comment typo. From-SVN: r120210 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f479f2132264..b2b0397b37a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-26 Kazu Hirata + + * tree-ssa-operands.c: Fix a comment typo. + 2006-12-25 Kazu Hirata * tree-vectorizer.h (VECT_SMODULO): Remove. diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 6705ca1c4684..d47d19cba1a8 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;