This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, fortran, docs, committed] Fix a couple of typos.


Unfortunately, my recent patch had a couple of small issues (none of which caused build breakages) that I missed before I committed it. This fixes them. Committed as obvious.

----------------------------------------------------------------
2007-01-19  Brooks Moses  <brooks.moses@codesourcery.com>

	* intrinsic.texi (MATMUL): Corrected a typo.
	(MAX): Separated @var arguments.
	(MIN): Separated @var arguments.

----------------------------------------------------------------

- Brooks
Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 120980)
+++ intrinsic.texi	(working copy)
@@ -6111,7 +6111,7 @@
 			  @var{MATRIX_A} is of a numeric type;
 			  otherwise, an array of @code{LOGICAL(*)}
 			  type. The rank shall be one or two, and the
-			  first (or only) dimension of @var{MATRIX(B)}
+			  first (or only) dimension of @var{MATRIX_B}
 			  shall be equal to the last (or only)
 			  dimension of @var{MATRIX_A}.
 @end multitable
@@ -6147,7 +6147,7 @@
 @multitable @columnfractions .15 .80
 @item @var{A1}          @tab The type shall be @code{INTEGER(*)} or
                              @code{REAL(*)}.
-@item @var{A2, A3, ...} @tab An expression of the same type and kind
+@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind
                              as @var{A1}.  (As a GNU extension, 
 			     arguments of different kinds are
 			     permitted.)
@@ -6384,7 +6384,7 @@
 @multitable @columnfractions .15 .80
 @item @var{A1}          @tab The type shall be @code{INTEGER(*)} or
                              @code{REAL(*)}.
-@item @var{A2, A3, ...} @tab An expression of the same type and kind
+@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind
                              as @var{A1}.  (As a GNU extension, 
 			     arguments of different kinds are
 			     permitted.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]