diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2021-05-30 15:27:53 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2021-05-30 15:27:53 +0200 |
commit | a8f588be038317bf1e9c71f7e626a3d23255ab37 (patch) | |
tree | 57d1199ec9809ae1505d9faa7578e8fc5d4d6c92 /gcc | |
parent | 1a87f8381085de50726634e8cb4a651c05b272b5 (diff) | |
download | gcc-a8f588be038317bf1e9c71f7e626a3d23255ab37.zip gcc-a8f588be038317bf1e9c71f7e626a3d23255ab37.tar.gz gcc-a8f588be038317bf1e9c71f7e626a3d23255ab37.tar.bz2 |
Fortran: Fix typo in documentation of BOZ
gcc/fortran/ChangeLog:
2021-05-30 Gerald Pfeifer <gerald@pfeifer.com>
* gfortran.texi (BOZ literal constants): Fix typo.
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 60bf257..a54153b 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1842,7 +1842,7 @@ type, then the real-literal-constant will be interpreted as a Besides decimal constants, Fortran also supports binary (@code{b}), octal (@code{o}) and hexadecimal (@code{z}) integer constants. The -syntax is: @samp{prefix quote digits quote}, were the prefix is +syntax is: @samp{prefix quote digits quote}, where the prefix is either @code{b}, @code{o} or @code{z}, quote is either @code{'} or @code{"} and the digits are @code{0} or @code{1} for binary, between @code{0} and @code{7} for octal, and between @code{0} and |