From 2fb898791a451d07e1c58d12b6e27f8a0afe820e Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 12 Feb 2005 15:17:56 +0000 Subject: * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c, simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94939 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-live.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-live.h') diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index fc16fddec72..b2a85c94797 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -428,7 +428,7 @@ tpa_decompact(tpa_p tpa) } -/* Once a var_map has been created and compressed, a complimentary root_var +/* Once a var_map has been created and compressed, a complementary root_var object can be built. This creates a list of all the root variables from which ssa version names are derived. Each root variable has a list of which partitions are versions of that root. -- cgit v1.2.1