aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-08-06 12:56:19 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-08-06 12:56:19 +0000
commit49de9e7395964c94b4c1cd88c1b861e1777fc90f (patch)
treed87937ef8f8d9314aa2f784cad022b79193458bb /gcc/fortran/trans-expr.c
parent591baeb02089799b46e5d320bc6f403d583fe3e9 (diff)
downloadgcc-49de9e7395964c94b4c1cd88c1b861e1777fc90f.zip
gcc-49de9e7395964c94b4c1cd88c1b861e1777fc90f.tar.gz
gcc-49de9e7395964c94b4c1cd88c1b861e1777fc90f.tar.bz2
decl.c, [...]: Fix comment/doc typos.
* decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi, invoke.texi, resolve.c, trans-array.c, trans-array.h, trans-common.c, trans-expr.c, trans-io.c, trans.h: Fix comment/doc typos. Follow spelling conventions. From-SVN: r102806
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 a3846f3..0e4e55d 100644
--- a/gcc/fortran/trans-expr.c
+++ b/gcc/fortran/trans-expr.c
@@ -1074,7 +1074,7 @@ gfc_conv_function_val (gfc_se * se, gfc_symbol * sym)
/* Generate code for a procedure call. Note can return se->post != NULL.
If se->direct_byref is set then se->expr contains the return parameter.
- Return non-zero, if the call has alternate specifiers. */
+ Return nonzero, if the call has alternate specifiers. */
int
gfc_conv_function_call (gfc_se * se, gfc_symbol * sym,