aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Schlüter <tobi@gcc.gnu.org>2005-01-09 00:16:18 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2005-01-09 00:16:18 +0100
commite6edaeb2f789006330f8c7c10c35b88ee9fb3619 (patch)
tree93e96366e7c453ef3e4545fc7b65a81e7a822a2c /gcc
parent080a5bb01c61de2a5ebb1a572c7dd68ec0891504 (diff)
downloadgcc-e6edaeb2f789006330f8c7c10c35b88ee9fb3619.zip
gcc-e6edaeb2f789006330f8c7c10c35b88ee9fb3619.tar.gz
gcc-e6edaeb2f789006330f8c7c10c35b88ee9fb3619.tar.bz2
Fix typo
From-SVN: r93095
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index cd5f4fd..f14a496 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -16,7 +16,7 @@
eval_type_intrinsic0, eval_intrinsic_f2, gfc_real2real,
gfc_real2complex, gfc_complex2int, gfc_complex2real,
gfc_complex2complex): Fix whitespace issues.
- check.c (must_be, type_check, numeric_check, int_or_real_check,
+ * check.c (must_be, type_check, numeric_check, int_or_real_check,
logical_array_check, array_check, scalar_check, nonoptional_check,
variable_check, dim_check, check_a_kind, gfc_check_a_ikind,
gfc_check_a_xkind, gfc_check_abs, gfc_check_all_any,