From 8a6c4339182e5148b15d865234dc5e29733c2441 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 16 Dec 2005 05:49:45 +0000 Subject: dependency.c, [...]: Fix comment typos. * dependency.c, resolve.c, trans-array.c: Fix comment typos. * gfortran.texi: Fix typos. From-SVN: r108624 --- gcc/fortran/dependency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/dependency.c') diff --git a/gcc/fortran/dependency.c b/gcc/fortran/dependency.c index d3a486e..4a79560 100644 --- a/gcc/fortran/dependency.c +++ b/gcc/fortran/dependency.c @@ -176,7 +176,7 @@ gfc_is_same_range (gfc_array_ref * ar1, gfc_array_ref * ar2, int n, int def) /* Some array-returning intrinsics can be implemented by reusing the - data from one of the array arguments. For example, TRANPOSE does + data from one of the array arguments. For example, TRANSPOSE does not necessarily need to allocate new data: it can be implemented by copying the original array's descriptor and simply swapping the two dimension specifications. -- cgit v1.1