From c0220ea4c509e3c14cef20c864545340aa4b98b4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 4 Mar 2006 23:05:24 +0000 Subject: builtins.c, [...]: Fix comment typos. * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, combine.c, common.opt, config/dfp-bit.c, config/i386/i386.c, config/m68k/m68k.c, config/m68k/m68k.md, config/mt/mt.c, config/mt/mt.h, config/s390/s390.md, df-core.c, df-problems.c, df-scan.c, df.h, diagnostic.c, expr.c, function.h, gimplify.c, loop-invariant.c, omp-low.c, opts.c, passes.c, rtl-factoring.c, rtlanal.c, struct-equiv.c, tree-cfgcleanup.c, tree-ssa-loop-niter.c, tree-ssa-loop-prefetch.c, tree-ssa-structalias.c, tree-ssa-threadedge.c, tree-ssa-threadupdate.c, tree-vect-patterns.c, tree-vect-transform.c, tree-vectorizer.h, tree-vrp.c, unwind-dw2.c: Fix comment typos. Follow spelling conventions. From-SVN: r111721 --- gcc/gimplify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/gimplify.c') diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 10373c2..4b58201 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -404,8 +404,8 @@ find_single_pointer_decl (tree t) if (walk_tree (&t, find_single_pointer_decl_1, &decl, NULL)) { - /* find_single_pointer_decl_1 returns a non-zero value, causing - walk_tree to return a non-zero value, to indicate that it + /* find_single_pointer_decl_1 returns a nonzero value, causing + walk_tree to return a nonzero value, to indicate that it found more than one pointer DECL. */ return NULL_TREE; } @@ -4884,7 +4884,7 @@ gimplify_omp_atomic_fetch_op (tree *expr_p, tree addr, tree rhs, int index) } /* A subroutine of gimplify_omp_atomic_pipeline. Walk *EXPR_P and replace - appearences of *LHS_ADDR with LHS_VAR. If an expression does not involve + appearances of *LHS_ADDR with LHS_VAR. If an expression does not involve the lhs, evaluate it into a temporary. Return 1 if the lhs appeared as a subexpression, 0 if it did not, or -1 if an error was encountered. */ -- cgit v1.1