summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-30 20:26:52 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-30 20:26:52 +0000
commit2b9c8475c542b491835fc8d5b1e045b0769ea4c4 (patch)
tree229710b22e55afde408af973b36045a451374d63
parentc7e4e456ad64c3fc73c17652b1bdd9fd5c81629f (diff)
downloadppe42-gcc-2b9c8475c542b491835fc8d5b1e045b0769ea4c4.tar.gz
ppe42-gcc-2b9c8475c542b491835fc8d5b1e045b0769ea4c4.zip
2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* invoke.texi (Code Gen Options): Fix abbreviation typo. * intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121359 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/intrinsic.texi6
-rw-r--r--gcc/fortran/invoke.texi2
3 files changed, 9 insertions, 4 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 33ebbf65ab2..649a6c87c81 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index decb4dd7df4..9252be1a652 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -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}:
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 9a9a0086611..2126d7563ba 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -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}
OpenPOWER on IntegriCloud