diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-08-06 12:56:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-08-06 12:56:19 +0000 |
commit | 49de9e7395964c94b4c1cd88c1b861e1777fc90f (patch) | |
tree | d87937ef8f8d9314aa2f784cad022b79193458bb /gcc/fortran/trans.h | |
parent | 591baeb02089799b46e5d320bc6f403d583fe3e9 (diff) | |
download | gcc-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.h')
-rw-r--r-- | gcc/fortran/trans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 9678ff8..62f7953 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -357,7 +357,7 @@ tree gfc_build_indirect_ref (tree); /* Build an ARRAY_REF. */ tree gfc_build_array_ref (tree, tree); -/* Creates an label. Decl is artificial if label_id == NULL_TREE. */ +/* Creates a label. Decl is artificial if label_id == NULL_TREE. */ tree gfc_build_label_decl (tree); /* Return the decl used to hold the function return value. @@ -420,7 +420,7 @@ void gfc_trans_runtime_check (tree, tree, stmtblock_t *); /* Generate code for an assignment, includes scalarization. */ tree gfc_trans_assignment (gfc_expr *, gfc_expr *); -/* Generate code for an pointer assignment. */ +/* Generate code for a pointer assignment. */ tree gfc_trans_pointer_assignment (gfc_expr *, gfc_expr *); /* Initialize function decls for library functions. */ |