diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-01-30 20:26:52 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-01-30 12:26:52 -0800 |
commit | 8370304d3ece99709a483b345005bfc1281b3c87 (patch) | |
tree | 229710b22e55afde408af973b36045a451374d63 /gcc/fortran/invoke.texi | |
parent | 05f182f63a03b74e3431a087015ad505dd169334 (diff) | |
download | gcc-8370304d3ece99709a483b345005bfc1281b3c87.tar.gz |
invoke.texi (Code Gen Options): Fix abbreviation typo.
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
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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} |