From 4a8b45e8bc8246bd141dad65f571a3e0cc499c6b Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Fri, 29 Apr 2022 19:57:05 +0200 Subject: [PATCH] Fix exchanged period and letter in gfortan.texi. gcc/fortran/ChangeLog: * gfortran.texi: Fix exchanged period and letter. --- gcc/fortran/gfortran.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4