diff options
Diffstat (limited to 'libgfortran/io/transfer.c')
-rw-r--r-- | libgfortran/io/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 36e35b4..e44b2df 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -491,7 +491,7 @@ read_sf (st_parameter_dt *dtp, size_t *length) If the read is short, then it is because the current record does not have enough data to satisfy the read request and the file was - opened with PAD=YES. The caller must assume tailing spaces for + opened with PAD=YES. The caller must assume trailing spaces for short reads. */ void * |