diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 4fffce1..4c595a8 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) |