public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2620] doc: Fix typo in documentation of __float128 suffix
@ 2022-09-12  9:48 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-09-12  9:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4198b0d820a91fddcf58227f0614442f6838fad9

commit r13-2620-g4198b0d820a91fddcf58227f0614442f6838fad9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Sep 12 10:40:10 2022 +0100

    doc: Fix typo in documentation of __float128 suffix
    
    gcc/ChangeLog:
    
            * doc/extend.texi (Floating Types): Fix "_float128" typo.

Diff:
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index be3ea890c47..a5afb467d23 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -1109,7 +1109,7 @@ add, subtract, multiply, divide; unary arithmetic operators;
 relational operators; equality operators; and conversions to and from
 integer and other floating types.  Use a suffix @samp{w} or @samp{W}
 in a literal constant of type @code{__float80} or type
-@code{__ibm128}.  Use a suffix @samp{q} or @samp{Q} for @code{_float128}.
+@code{__ibm128}.  Use a suffix @samp{q} or @samp{Q} for @code{__float128}.
 
 In order to use @code{_Float128}, @code{__float128}, and @code{__ibm128}
 on PowerPC Linux systems, you must use the @option{-mfloat128} option. It is

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-12  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12  9:48 [gcc r13-2620] doc: Fix typo in documentation of __float128 suffix Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).