https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90699

            Bug ID: 90699
           Summary: typo: "taget" should be "target"
           Product: gcc
           Version: 9.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hugh at mimosa dot com
  Target Milestone: ---

https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Common-Function-Attributes.html#index-copy-function-attribute

#define StrongAlias(TagetFunc, AliasDecl)   \
should be
#define StrongAlias(TargetFunc, AliasDecl)   \

Reply via email to