From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E2E323848019; Sun, 30 May 2021 13:30:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2E323848019 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1124] Fortran: Fix typo in documentation of BOZ X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 1a87f8381085de50726634e8cb4a651c05b272b5 X-Git-Newrev: a8f588be038317bf1e9c71f7e626a3d23255ab37 Message-Id: <20210530133013.E2E323848019@sourceware.org> Date: Sun, 30 May 2021 13:30:13 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 13:30:14 -0000 https://gcc.gnu.org/g:a8f588be038317bf1e9c71f7e626a3d23255ab37 commit r12-1124-ga8f588be038317bf1e9c71f7e626a3d23255ab37 Author: Gerald Pfeifer Date: Sun May 30 15:27:53 2021 +0200 Fortran: Fix typo in documentation of BOZ gcc/fortran/ChangeLog: 2021-05-30 Gerald Pfeifer * gfortran.texi (BOZ literal constants): Fix typo. Diff: --- 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 60bf257cbf2..a54153b0951 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