From 0975351bcd9c0a63d79206f725789009ad72bd3b Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 23 Jan 2005 15:05:49 +0000 Subject: * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, fold-const.c, gimplify.c, params.h, tree-data-ref.c, tree-if-conv.c, tree-nested.c, tree-outof-ssa.c, tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c, config/freebsd-spec.h, config/arm/arm.h, config/h8300/h8300.md, config/i386/i386.md, config/i386/predicates.md, config/i386/sse.md, config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c, config/vax/vax.md: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94112 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-if-conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-if-conv.c') diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 40859226784..fbcbe1ca5d7 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -974,7 +974,7 @@ ifc_temp_var (tree type, tree exp) stmt = build (MODIFY_EXPR, type, var, exp); /* Get SSA name for the new variable and set make new statement - its definition statment. */ + its definition statement. */ new_name = make_ssa_name (var, stmt); TREE_OPERAND (stmt, 0) = new_name; SSA_NAME_DEF_STMT (new_name) = stmt; -- cgit v1.2.1