diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-23 13:39:41 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-07-23 13:39:41 +0200 |
commit | 6bd2c800d55cf42bb9adf4466136bf10e88cb6ca (patch) | |
tree | 1912c97f55f5dad8444c17bddaef412044b7604d /gcc/fortran/trans-array.c | |
parent | d7172355ef66f85961bc9908372b48e285a3fd48 (diff) | |
download | gcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.zip gcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.tar.gz gcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.tar.bz2 |
decl.c: Fix comment typos.
2013-07-23 Ondřej Bílka <neleai@seznam.cz>
* decl.c: Fix comment typos.
* interface.c: Likewise.
* trans-array.c: Likewise.
* trans.c: Likewise.
From-SVN: r201162
Diffstat (limited to 'gcc/fortran/trans-array.c')
-rw-r--r-- | gcc/fortran/trans-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 0aac678..c269ea8 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -994,7 +994,7 @@ get_array_ref_dim_for_loop_dim (gfc_ss *ss, int loop_dim) 'eltype' == NULL signals that the temporary should be a class object. The 'initial' expression is used to obtain the size of the dynamic - type; otherwise the allocation and initialisation proceeds as for any + type; otherwise the allocation and initialization proceeds as for any other expression PRE, POST, INITIAL, DYNAMIC and DEALLOC are as for |