From 04641143608fd6b7afca5bd0777c12ccbf4a7bd3 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 18 Jan 2002 13:40:36 +0000 Subject: * bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48987 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cppfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppfiles.c') diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 4fffce1ce08..4c595a85705 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -94,7 +94,7 @@ struct include_file }; /* Variable length record files on VMS will have a stat size that includes - record control characters that won't be included in the read size. */ + record control characters that won't be included in the read size. */ #ifdef VMS # define FAB_C_VAR 2 /* variable length records (see Starlet fabdef.h) */ # define STAT_SIZE_TOO_BIG(ST) ((ST).st_fab_rfm == FAB_C_VAR) -- cgit v1.2.3