]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Fix typo in comment in aapcs64 test
authorAlex Coplan <alex.coplan@arm.com>
Wed, 1 Dec 2021 13:59:32 +0000 (13:59 +0000)
committerAlex Coplan <alex.coplan@arm.com>
Wed, 1 Dec 2021 13:59:32 +0000 (13:59 +0000)
gcc/testsuite/ChangeLog:

* gcc.target/aarch64/aapcs64/macro-def.h (PTR): Fix typo in
comment.

gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h

index 72a47067631b20bf21c58e5c3569bbef45932c1c..e681de607782ad03f17f5caa2708a65dfec03f58 100644 (file)
@@ -63,7 +63,7 @@
 #define ANON_PROMOTED(type,val,type_promoted, val_promoted, offset,...)        \
   ANON(type_promoted, val_promoted, offset, __VA_ARGS__)
 /* Composite larger than 16 bytes is replaced by a pointer to a copy prepared
-   by the caller, so here we extrat the pointer, deref it and compare the
+   by the caller, so here we extract the pointer, deref it and compare the
    content with that of the original one.  */
 #define PTR(type, val, offset, ...) {                                  \
   type * ptr;                                                          \