diff options
| author | David Mertens <dcmertens.perl@gmail.com> | 2016-11-22 15:56:00 -0500 |
|---|---|---|
| committer | David Mertens <dcmertens.perl@gmail.com> | 2016-11-28 08:59:53 -0500 |
| commit | 3c68a8c6c04e1a527e2d80f2586cb2df96f862c6 (patch) | |
| tree | 6ee96504276d92203162cc3dcac453ee8d2457ed /tcc-doc.texi | |
| parent | 0d14e7e698ceb0b9b4d022ddacab43f1c1c3252d (diff) | |
| download | tinycc-3c68a8c6c04e1a527e2d80f2586cb2df96f862c6.tar.gz tinycc-3c68a8c6c04e1a527e2d80f2586cb2df96f862c6.tar.bz2 | |
Minor grammar fixes to docs
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index a2e9af1..5aab13c 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -237,12 +237,12 @@ Do not generate common symbols for uninitialized data. Add a leading underscore at the beginning of each C symbol. @item -fms-extensions -Allow a MS C compiler extensions to the language. Curretly this -assume a nested named structure declaration without identifier behave -like an unnamed one. +Allow a MS C compiler extensions to the language. Currently this +assumes a nested named structure declaration without an identifier +behaves like an unnamed one. @item -fdollars-in-identifiers -Allow a dollars in identifiers +Allow dollar signs in identifiers @end table |
