lang/c: fix typos in pkg-descr.

This commit is contained in:
Jimmy Olgeni 2021-10-15 23:45:40 +02:00
parent dfe7551bfb
commit 82a57c5f55

View file

@ -1,8 +1,8 @@
Tool to compile and run C programs like a shell script.
First of all, this is not the same as tcc. TCC is a compiler. TCC will preform
its own set of optimizations, just as GCC will preform its own and Clang will
preform its own. The purpose of this script is to give a simple front-end to a
First of all, this is not the same as tcc. TCC is a compiler. TCC will perform
its own set of optimizations, just as GCC will perform its own and Clang will
perform its own. The purpose of this script is to give a simple front-end to a
compiler.
Whether it's GCC, Clang, or something else entirely, one can get to choose