]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi (Code Gen Options): Fix abbreviation typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 30 Jan 2007 20:26:52 +0000 (20:26 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Tue, 30 Jan 2007 20:26:52 +0000 (12:26 -0800)
2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

* invoke.texi (Code Gen Options): Fix abbreviation typo.
* intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.

From-SVN: r121359

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi
gcc/fortran/invoke.texi

index 33ebbf65ab2140f487b5bb0d2172af20f7bc6bb2..649a6c87c813d20a365b9a41e0de1220195a15cc 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * invoke.texi (Code Gen Options): Fix abbreviation typo.
+       * intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.
+
 2007-01-30  Steve Ellcey  <sje@cup.hp.com>
 
        PR fortran/30432
index decb4dd7df4ab58a253f81f5c99503cb33b99b6c..9252be1a652facc5241d1d155319ac75cedaabad 100644 (file)
@@ -421,7 +421,7 @@ and @code{"x"} (executable), or @code{" "} to check for existence.
 
 @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}:
@@ -5903,7 +5903,7 @@ bits shifted left by @var{SHIFT} places.  If the absolute value of
 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}:
@@ -7553,7 +7553,7 @@ bits shifted right by @var{SHIFT} places.  If the absolute value of
 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 9a9a00866110bc42e438f37ccde34c750f3ae587..2126d7563ba1cf414c4e624ad1ccd5b4451a9355 100644 (file)
@@ -838,7 +838,7 @@ and against the declared minimum and maximum values.  It also
 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}
This page took 0.066364 seconds and 5 git commands to generate.