From 23943319f9a7d31a2e6572055b138934fc38c4fd Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 26 Jul 2005 13:53:54 +0000 Subject: * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c, tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h, config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix comment typos. * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102385 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/vec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/vec.h') diff --git a/gcc/vec.h b/gcc/vec.h index 842ac7bbaaa..14fcda4c271 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -218,7 +218,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA VEC(T,A) *VEC_T_A_copy(VEC(T) *); Copy the live elements of a vector into a new vector. The new and - old vectors need not be allocated by the same mechanim. */ + old vectors need not be allocated by the same mechanism. */ #define VEC_copy(T,A,V) (VEC_OP(T,A,copy)(VEC_BASE(V) MEM_STAT_INFO)) -- cgit v1.2.1