diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2022-04-29 19:57:05 +0200 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2022-04-29 19:59:57 +0200 |
commit | 4a8b45e8bc8246bd141dad65f571a3e0cc499c6b (patch) | |
tree | 7879312292f40a33065658d85f61e68897c8cfeb /gcc | |
parent | 27ee75dbe81bb781214c66a9e6a759c08b7deb60 (diff) | |
download | gcc-4a8b45e8bc8246bd141dad65f571a3e0cc499c6b.zip gcc-4a8b45e8bc8246bd141dad65f571a3e0cc499c6b.tar.gz gcc-4a8b45e8bc8246bd141dad65f571a3e0cc499c6b.tar.bz2 |
Fix exchanged period and letter in gfortan.texi.
gcc/fortran/ChangeLog:
* gfortran.texi: Fix exchanged period and letter.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 6f622fb..d34e0b5 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -723,7 +723,7 @@ others with commas. Those are A missing mode for an exception is taken to mean @code{BIG_ENDIAN}. Examples of values for @env{GFORTRAN_CONVERT_UNIT} are: @itemize @w{} -@item @code{'big_endian'} Do all unformatted I/O in big_endian mod.e +@item @code{'big_endian'} Do all unformatted I/O in big_endian mode. @item @code{'little_endian;native:10-20,25'} Do all unformatted I/O in little_endian mode, except for units 10 to 20 and 25, which are in native format. |