From 57b51d4d635b49b94ace7d83ef0294f58dcb64f7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 6 Sep 2005 02:05:07 +0000 Subject: gimplify.c, [...]: Fix comment typos. * gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c, config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c, config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi: Follow spelling conventions. From-SVN: r103925 --- gcc/gimplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimplify.c') diff --git a/gcc/gimplify.c b/gcc/gimplify.c index c72e09e..a2fc7c8 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -4460,7 +4460,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, exception here, as all we are doing here is ensuring that we read the bytes that make up the type. We use create_tmp_var_raw because create_tmp_var will abort when - given a TREE_ADDRESSSABLE type. */ + given a TREE_ADDRESSABLE type. */ tree tmp = create_tmp_var_raw (type, "vol"); gimple_add_tmp_var (tmp); *expr_p = build (MODIFY_EXPR, type, tmp, *expr_p); -- cgit v1.1