diff options
author | Steven G. Kargl <kargls@comcast.net> | 2006-08-23 23:41:19 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2006-08-23 23:41:19 +0000 |
commit | ed499b9f531a719fdb9fa4e1848aa8b56b1f3dbb (patch) | |
tree | aa62600191db4640c0eb6c4afd67dc1c1a35a67b /gcc | |
parent | deeddce62f874f0f24434a5a1cdefb2cedeb2c18 (diff) | |
download | gcc-ed499b9f531a719fdb9fa4e1848aa8b56b1f3dbb.zip gcc-ed499b9f531a719fdb9fa4e1848aa8b56b1f3dbb.tar.gz gcc-ed499b9f531a719fdb9fa4e1848aa8b56b1f3dbb.tar.bz2 |
gfortran.texi: Fix last commit where a "no" was deleted and a grammatical error was introduced.
2006-08-23 Steven G. Kargl <kargls@comcast.net>
* gfortran.texi: Fix last commit where a "no" was deleted and
a grammatical error was introduced.
From-SVN: r116362
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1fd1408..655c014 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,10 @@ 2006-08-23 Steven G. Kargl <kargls@comcast.net> + * gfortran.texi: Fix last commit where a "no" was deleted and + a grammatical error was introduced. + +2006-08-23 Steven G. Kargl <kargls@comcast.net> + * gfortran.texi: Spell check. Add a few contributors to Chapter 9. Expand the description of BOZ constant handling. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index cdb5f76..ff07d09 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1259,7 +1259,7 @@ Most of the interface with GCC was written by @emph{Paul Brook}. The following individuals have contributed code and/or ideas and significant help to the gfortran project -(in particular order): +(in no particular order): @itemize @minus @item Andy Vaught @@ -1303,7 +1303,7 @@ and much needed feedback and encouragement for the Many other individuals have helped debug, test and improve @command{gfortran} over the past few years, -and we welcoming you to do the same! +and we welcome you to do the same! If you already have done so, and you would like to see your name listed in the list above, please contact us. |