From 71cc389ba10ab60c77f39fecc73be3179b6e679a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 11 Mar 2004 05:54:35 +0000 Subject: c-typeck.c, [...]: Fix comment typos and formatting. * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h, ggc-page.c, var-tracking.c, config/fp-bit.c, config/c4x/c4x.c, config/cris/cris.c, config/i386/ppro.md, config/i860/i860.c, config/i860/i860.h, config/m32r/m32r.h, config/m32r/xm-m32r.h, config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md, config/mips/mips.c, config/mmix/mmix.c, config/ns32k/ns32k.h, config/pa/pa.c, config/pa/pa32-regs.h, config/pa/pa64-regs.h, config/pdp11/pdp11.h, config/rs6000/rs6000.c, config/stormy16/stormy16.c: Fix comment typos and formatting. From-SVN: r79303 --- gcc/config/c4x/c4x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/c4x') diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 7892047..7500526 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -766,7 +766,7 @@ c4x_leaf_function_p (void) to save/restore the registers we actually use. For the global variable leaf_function to be set, we need to define LEAF_REGISTERS and all that it entails. - Let's check ourselves... */ + Let's check ourselves.... */ if (lookup_attribute ("leaf_pretend", TYPE_ATTRIBUTES (TREE_TYPE (current_function_decl)))) @@ -929,7 +929,7 @@ c4x_expand_prologue (void) } else { - /* If we use ar3, we need to push it. */ + /* If we use ar3, we need to push it. */ dont_push_ar3 = 0; if ((size != 0) || (current_function_args_size != 0)) { -- cgit v1.1