[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-patches
Subject:    [PATCH] Fix an error in extend.texi
From:       Zackery Spytz via Gcc-patches <gcc-patches () gcc ! gnu ! org>
Date:       2020-03-31 20:32:05
Message-ID: CAFCr9MsLeXH74MGB72-bpdXrO_MZSaT2rUj68P49MDBkgG_EmQ () mail ! gmail ! com
[Download RAW message or body]

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e0e7f540c219..f1f2064df459 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2817,7 +2817,7 @@ the same type as the target function.  As a result of
the @code{copy}
 attribute the alias also shares the same attributes as the target.

 @smallexample
-#define StrongAlias(TagetFunc, AliasDecl)   \
+#define StrongAlias(TargetFunc, AliasDecl)  \
   extern __typeof__ (TargetFunc) AliasDecl  \
     __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic