[patch] fortran/*: Fix comment typos.
Kazu Hirata
kazu@codesourcery.com
Sat Oct 14 19:16:00 GMT 2006
Hi,
Committed as obvious.
Kazu Hirata
2006-10-14 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix typos.
* trans-array.c: Fix a comment typo.
Index: intrinsic.texi
===================================================================
--- intrinsic.texi (revision 117721)
+++ intrinsic.texi (working copy)
@@ -3895,7 +3895,7 @@ END PROGRAM
@end smallexample
@item @emph{See also}:
-GNU Fortran 77 compability function: @ref{IARGC}
+GNU Fortran 77 compatibility function: @ref{IARGC}
F2003 functions and subroutines: @ref{GET_COMMAND}, @ref{GET_COMMAND_ARGUMENT}, @ref{COMMAND_ARGUMENT_COUNT}
@end table
@@ -4466,7 +4466,7 @@ The number of command line arguments, ty
See @ref{GETARG}
@item @emph{See also}:
-GNU Fortran 77 compability subroutine: @ref{GETARG}
+GNU Fortran 77 compatibility subroutine: @ref{GETARG}
F2003 functions and subroutines: @ref{GET_COMMAND}, @ref{GET_COMMAND_ARGUMENT}, @ref{COMMAND_ARGUMENT_COUNT}
@end table
Index: trans-array.c
===================================================================
--- trans-array.c (revision 117721)
+++ trans-array.c (working copy)
@@ -4968,7 +4968,7 @@ gfc_trans_deferred_array (gfc_symbol * s
gfc_set_backend_locus (&sym->declared_at);
descriptor = sym->backend_decl;
- /* Although static, derived types with deafult initializers and
+ /* Although static, derived types with default initializers and
allocatable components must not be nulled wholesale; instead they
are treated component by component. */
if (TREE_STATIC (descriptor) && !sym_has_alloc_comp)
More information about the Fortran
mailing list