diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-09-24 18:03:26 -0700 |
|---|---|---|
| committer | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-09-24 18:03:26 -0700 |
| commit | 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 (patch) | |
| tree | 07a87c82efa398bce0b3d663c72c7b8e52439a1e /tests/abitest.c | |
| parent | 44d4da62bb6aabd9030960fa41c12c097158ce0b (diff) | |
| download | tinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.gz tinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.bz2 | |
Spelling fixes
Comments only, no change to functionality
Diffstat (limited to 'tests/abitest.c')
| -rw-r--r-- | tests/abitest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/abitest.c b/tests/abitest.c index c4059d4..4a192bd 100644 --- a/tests/abitest.c +++ b/tests/abitest.c @@ -425,7 +425,7 @@ static int two_member_union_test(void) { } /* - * Win64 calling convetntion test. + * Win64 calling convention test. */ typedef struct many_struct_test_type_s {long long a, b, c;} many_struct_test_type; |
