public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5687] testsuite: Fix typo in comment in aapcs64 test
@ 2021-12-01 14:01 Alex Coplan
  0 siblings, 0 replies; only message in thread
From: Alex Coplan @ 2021-12-01 14:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a7fede6704dd207fb32b97bc30f945acc7b953c5

commit r12-5687-ga7fede6704dd207fb32b97bc30f945acc7b953c5
Author: Alex Coplan <alex.coplan@arm.com>
Date:   Wed Dec 1 13:59:32 2021 +0000

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

Diff:
---
 gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h b/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h
index 72a47067631..e681de60778 100644
--- a/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h
+++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h
@@ -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;								\


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

only message in thread, other threads:[~2021-12-01 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 14:01 [gcc r12-5687] testsuite: Fix typo in comment in aapcs64 test Alex Coplan

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).