summaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.texi
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-17 11:15:08 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-17 11:15:08 +0000
commit60472a3b753a64ebf6ac664e5ce84aab7ce42b33 (patch)
tree58a2caea6d6d7272418c14688caed5df4d4fe588 /gcc/fortran/gfortran.texi
parent95c5276fe5c6be02cfaced9e6ec60d17bef04e7c (diff)
downloadgcc-60472a3b753a64ebf6ac664e5ce84aab7ce42b33.tar.gz
2012-02-17 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (Status): Fix typos. * invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with a majuscule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r--gcc/fortran/gfortran.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 4673a011b26..c0251074a07 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -795,7 +795,7 @@ override type-bound procedures or to have deferred binding.
@item Polymorphic entities (``@code{CLASS}'') for derived types -- including
@code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}.
-Note that unlimited polymophism is currently not supported.
+Note that unlimited polymorphism is currently not supported.
@item Generic interface names, which have the same name as derived types,
are now supported. This allows one to write constructor functions. Note
@@ -835,7 +835,7 @@ association status not the value of the pointer target.
@item Intrinsics @code{command_argument_count}, @code{get_command},
@code{get_command_argument}, and @code{get_environment_variable}.
-@item Support for unicode characters (ISO 10646) and UTF-8, including
+@item Support for Unicode characters (ISO 10646) and UTF-8, including
the @code{SELECTED_CHAR_KIND} and @code{NEW_LINE} intrinsic functions.
@item Support for binary, octal and hexadecimal (BOZ) constants in the
@@ -1521,7 +1521,7 @@ of the @code{READ} statement, and the output item lists of the
GNU Fortran accepts real literal constants with an exponent-letter
of @code{Q}, for example, @code{1.23Q45}. The constant is interpreted
-as a @code{REAL(16)} entity on targets that suppports this type. If
+as a @code{REAL(16)} entity on targets that supports this type. If
the target does not support @code{REAL(16)} but has a @code{REAL(10)}
type, then the real-literal-constant will be interpreted as a
@code{REAL(10)} entity. In the absence of @code{REAL(16)} and