diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-12-16 05:49:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-12-16 05:49:45 +0000 |
commit | 8a6c4339182e5148b15d865234dc5e29733c2441 (patch) | |
tree | 0c53df79693e16d06087c8abb8053b872eebca54 /gcc/fortran/dependency.c | |
parent | a075400701ad4fa485acb0308b318506bf32dd0d (diff) | |
download | gcc-8a6c4339182e5148b15d865234dc5e29733c2441.zip gcc-8a6c4339182e5148b15d865234dc5e29733c2441.tar.gz gcc-8a6c4339182e5148b15d865234dc5e29733c2441.tar.bz2 |
dependency.c, [...]: Fix comment typos.
* dependency.c, resolve.c, trans-array.c: Fix comment typos.
* gfortran.texi: Fix typos.
From-SVN: r108624
Diffstat (limited to 'gcc/fortran/dependency.c')
-rw-r--r-- | gcc/fortran/dependency.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |