aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-08 14:31:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-08 14:31:12 +0000
commitb82feea52fface9bc8d2addb726704da49b1d972 (patch)
treeac54b2095fdb360131eb052b4695f96aa27961c6 /gcc/fortran/trans-expr.c
parent84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26 (diff)
downloadgcc-b82feea52fface9bc8d2addb726704da49b1d972.zip
gcc-b82feea52fface9bc8d2addb726704da49b1d972.tar.gz
gcc-b82feea52fface9bc8d2addb726704da49b1d972.tar.bz2
gfortran.texi: Fix typos.
* gfortran.texi: Fix typos. Follow spelling conventions. * resolve.c, trans-expr.c, trans-stmt.c: Fix comment typos. Follow spelling conventions. From-SVN: r112780
Diffstat (limited to 'gcc/fortran/trans-expr.c')
-rw-r--r--gcc/fortran/trans-expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c
index 1e1802e..81e0a7c 100644
--- a/gcc/fortran/trans-expr.c
+++ b/gcc/fortran/trans-expr.c
@@ -1712,7 +1712,7 @@ gfc_conv_aliased_arg (gfc_se * parmse, gfc_expr * expr, int g77)
temporary array has lbounds of zero and strides of one in all
dimensions, so this is very simple. The offset is only computed
outside the innermost loop, so the overall transfer could be
- optimised further. */
+ optimized further. */
info = &rse.ss->data.info;
tmp_index = gfc_index_zero_node;