From 5aedf60c504bab5d16d4977db0d3ba6570eff6b7 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Mar 2004 05:54:35 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79303 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m32r/m32r.h | 4 ++-- gcc/config/m32r/xm-m32r.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/m32r') diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 5b716113579..f2574ac4dd3 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -737,7 +737,7 @@ enum reg_class #define N_REG_CLASSES ((int) LIM_REG_CLASSES) -/* Give names of register classes as strings for dump file. */ +/* Give names of register classes as strings for dump file. */ #define REG_CLASS_NAMES \ { "NO_REGS", "CARRY_REG", "ACCUM_REGS", "GENERAL_REGS", "ALL_REGS" } @@ -1764,7 +1764,7 @@ extern char m32r_punct_chars[256]; extern struct rtx_def * m32r_compare_op0; extern struct rtx_def * m32r_compare_op1; -/* M32R function types. */ +/* M32R function types. */ enum m32r_function_type { M32R_FUNCTION_UNKNOWN, M32R_FUNCTION_NORMAL, M32R_FUNCTION_INTERRUPT diff --git a/gcc/config/m32r/xm-m32r.h b/gcc/config/m32r/xm-m32r.h index 5859449839f..a06ad8afc5a 100644 --- a/gcc/config/m32r/xm-m32r.h +++ b/gcc/config/m32r/xm-m32r.h @@ -30,7 +30,7 @@ #define HOST_WORDS_BIG_ENDIAN 1 /* target machine dependencies. - tm.h is a symbolic link to the actual target specific file. */ + tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" /* Arguments to use with `exit'. */ -- cgit v1.2.1