diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-08 01:23:16 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-08 01:23:16 +0000 |
commit | 49defbd0a8639f549539a070e210fb2b96194684 (patch) | |
tree | 8db94b380845e4eeb42b848ad0bb972756e11418 | |
parent | 542d5028e9b43a77e1946da1909ee80c506785ed (diff) | |
download | gcc-49defbd0a8639f549539a070e210fb2b96194684.tar.gz |
gfortran.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120567 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0eb50bc43f0..f47c17205ca 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Kazu Hirata <kazu@codesourcery.com> + + gfortran.texi: Fix typos. + 2007-01-07 Steven G. Kargl <kargl@gcc.gnu.org> * decl.c, dump-parse-tree.c, error.c, data.c, expr.c, dependency.c, diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 22fe18833b9..133a6ea0bfc 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -867,7 +867,7 @@ variable immediately preceding the initialization. In other words, something like @code{INTEGER I,J/2,3/} is not valid. This style of initialization is only allowed in declarations without double colons (@code{::}); the double colons were introduced in Fortran 90, which also -introduced a standard syntax for initializating variables in type +introduced a standard syntax for initializing variables in type declarations. Examples of standard-conforming code equivalent to the above example @@ -1076,7 +1076,7 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from GNU Fortran supports Hollerith constants in assignments, function arguments, and @code{DATA} and @code{ASSIGN} statements. A Hollerith -constant is written as a string of characters preceeded by an integer +constant is written as a string of characters preceded by an integer constant indicating the character count, and the letter @code{H} or @code{h}, and stored in bytewise fashion in a numeric (@code{INTEGER}, @code{REAL}, or @code{complex}) or @code{LOGICAL} variable. The |