intrinsic.texi: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 14 Oct 2006 01:48:07 +0000 (01:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 Oct 2006 01:48:07 +0000 (01:48 +0000)
* intrinsic.texi: Fix typos.
* trans-array.c: Fix a comment typo.

From-SVN: r117722

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi
gcc/fortran/trans-array.c

index be6867ce4a2dd17112d829d33a4914da27b9b6c5..c487767e9611cbe8a325518834e7d6c9314e1b36 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-14  Kazu Hirata  <kazu@codesourcery.com>
+
+       * intrinsic.texi: Fix typos.
+       * trans-array.c: Fix a comment typo.
+
 2006-10-13  Brooks Moses  <bmoses@stanford.edu>
 
        * intrinsic.texi (STAT): Reverted a format in example code to
index 4e172fdd7325b1d3a901730e055ab3493e527630..55494cfef0ee997df1aec4fef54d62d9362e763c 100644 (file)
@@ -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, type @code{INTEGER(4)}.
 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 f4d7ba5cca2687fb2a011d970835adfe3a31b13c..ba07f028f8dfce7178a4ff18d07e662c58346a18 100644 (file)
@@ -4968,7 +4968,7 @@ gfc_trans_deferred_array (gfc_symbol * sym, tree body)
   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)