testsuite: Fix typo in comment in aapcs64 test

gcc/testsuite/ChangeLog:

	* gcc.target/aarch64/aapcs64/macro-def.h (PTR): Fix typo in
	comment.
This commit is contained in:
Alex Coplan 2021-12-01 13:59:32 +00:00
parent d376b73aa1
commit a7fede6704

View 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; \