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/pp/15.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/pp/15.c')
| -rw-r--r-- | tests/pp/15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pp/15.c b/tests/pp/15.c index d989bee..3bbc3ca 100644 --- a/tests/pp/15.c +++ b/tests/pp/15.c @@ -14,5 +14,5 @@ return n(0x1E)n(-1); // unlike gcc but correct XXX: return n(x)+n(x)-n(1)+n(1)-2; -// unlile gcc, but cannot appear in valid C +// unlike gcc, but cannot appear in valid C XXX: return n(x)n(x)n(1)n(2)n(x); |
