diff test/call_suite_aggrs/README.txt @ 506:ed7d1f5e7973

- test cases: cosmetics for consistency
author Tassilo Philipp
date Sat, 09 Apr 2022 13:57:27 +0200
parents 0c68b3f91367
children
line wrap: on
line diff
--- a/test/call_suite_aggrs/README.txt	Sat Apr 09 13:53:58 2022 +0200
+++ b/test/call_suite_aggrs/README.txt	Sat Apr 09 13:57:27 2022 +0200
@@ -2,8 +2,8 @@
 
 Tests aggregates (structs, unions and arrays) passed by value, along with
 other, non-aggregate args. Note, arrays are only passed/returned by value as
-members of structs and unions, as they woult decay to a pointer if passed to a
-function and cannot be returned.
+members of structs and unions, as they would decay to a pointer in C if passed
+to a function, and cannot be returned.
 So this test suite does not generate any arrays outside of structs and unions.
 
 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign