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, committed] Fix documentation typos in 4.2.


These corrections were committed to trunk some time ago; I've forgotten who was responsible for them. In any case, they hadn't been backported to 4.2, so I backported them just now. Committed as obvious.

---------------------------------------------------------------------
2007-03-06  Brooks Moses  <brooks.moses@codesourcery.com>

	* intrinsic.texi: Backported typo fixes from trunk.
	* invoke.texi: Likewise

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

- Brooks
Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 122614)
+++ intrinsic.texi	(working copy)
@@ -422,7 +422,7 @@
 
 @item @emph{Return value}:
 Returns a scalar @code{INTEGER}, which is @code{0} if the file is
-accessable in the given mode; otherwise or if an invalid argument
+accessible in the given mode; otherwise or if an invalid argument
 has been given for @code{MODE} the value @code{1} is returned.
 
 @item @emph{Example}:
@@ -5904,7 +5904,7 @@
 Bits shifted out from the left end are lost; zeros are shifted in from
 the opposite end.
 
-This function has been superceded by the @code{ISHFT} intrinsic, which
+This function has been superseded by the @code{ISHFT} intrinsic, which
 is standard in Fortran 95 and later.
 
 @item @emph{Standard}:
@@ -7554,7 +7554,7 @@
 Bits shifted out from the left end are lost; zeros are shifted in from
 the opposite end.
 
-This function has been superceded by the @code{ISHFT} intrinsic, which
+This function has been superseded by the @code{ISHFT} intrinsic, which
 is standard in Fortran 95 and later.
 
 @item @emph{Standard}:
Index: invoke.texi
===================================================================
--- invoke.texi	(revision 122570)
+++ invoke.texi	(working copy)
@@ -827,7 +827,7 @@
 checks array indices for assumed and deferred
 shape arrays against the actual allocated bounds.
 
-In the future this may also include other forms of checking, eg. checking
+In the future this may also include other forms of checking, e.g., checking
 substring references.
 
 @item -fmax-stack-var-size=@var{n}

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