Fix exchanged period and letter in gfortan.texi.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 29 Apr 2022 17:57:05 +0000 (19:57 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 2 May 2022 10:25:19 +0000 (12:25 +0200)
gcc/fortran/ChangeLog:

* gfortran.texi: Fix exchanged period and letter.

(cherry picked from commit 4a8b45e8bc8246bd141dad65f571a3e0cc499c6b)

gcc/fortran/gfortran.texi

index 6f622fb..d34e0b5 100644 (file)
@@ -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.