gcc/ChangeLog:

        * doc/extend.texi (Basic PowerPC Built-in Functions): Fix typo.

Committed as obvious.



commit c6a1fdd6dde3a95997731c8339d70970aca67594
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Tue Oct 19 20:37:53 2021

    doc: Fix typo in name of PowerPC __builtin_cpu_supports built-in
    
    gcc/ChangeLog:
    
            * doc/extend.texi (Basic PowerPC Built-in Functions): Fix typo.

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 10d466fae9a..3c942d81c32 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -17698,7 +17698,7 @@ macro @code{__BUILTIN_CPU_SUPPORTS__} if the
 @code{__builtin_cpu_supports} built-in function is fully supported.
 
 If GCC was configured to use a GLIBC before 2.23, the built-in
-function @code{__builtin_cpu_suports} always returns a 0 and the
+function @code{__builtin_cpu_supports} always returns a 0 and the
 compiler issues a warning.
 
 The following features can be

Reply via email to