tcc: fix typos

Swastik Baranwal 2020-07-24 17:02:10 +05:30
parent f967ac10a1
commit 20bdd60688

@ -54,4 +54,4 @@ tcc is a very lightweight C compiler. Its main advantages are that it takes up v
For these reasons, a different and more advanced compiler is recommended. For these reasons, a different and more advanced compiler is recommended.
Due to its small size, tcc is downloaded automatically if no existing C compiler is found. You can also install it manually bu using `.\make.bat -tcc` or `git clone https://github.com/vlang/tccbin_win thirdparty/tcc` from V's root folder. Due to its small size, tcc is downloaded automatically if no existing C compiler is found. You can also install it manually by using `./make.bat -tcc` or `git clone https://github.com/vlang/tccbin_win thirdparty/tcc` from V's root folder.