summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-10-08 06:45:51 -0400
committerAnthony Green <green@moxielogic.com>2013-10-08 06:45:51 -0400
commit128cd1d2f358f26d9fa75a27cf2b30356f5dd903 (patch)
treed03e4ef7ded2c9d10d636427c99a3526aebd7ec5 /testsuite
parentff06269d707cafbfef2a88afb07a79c9d1480c5f (diff)
downloadlibffi-128cd1d2f358f26d9fa75a27cf2b30356f5dd903.tar.gz
Fix spelling errors
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libffi.call/nested_struct11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.call/nested_struct11.c b/testsuite/libffi.call/nested_struct11.c
index fce6948..3510493 100644
--- a/testsuite/libffi.call/nested_struct11.c
+++ b/testsuite/libffi.call/nested_struct11.c
@@ -1,7 +1,7 @@
/* Area: ffi_call, closure_call
Purpose: Check parameter passing with nested structs
of a single type. This tests the special cases
- for homogenous floating-point aggregates in the
+ for homogeneous floating-point aggregates in the
AArch64 PCS.
Limitations: none.
PR: none.