git: 82a57c5f55aa - main - lang/c: fix typos in pkg-descr.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 07:48:15 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=82a57c5f55aadc47d03cdbfea8ea8a242a916279 commit 82a57c5f55aadc47d03cdbfea8ea8a242a916279 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-10-15 21:45:40 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-10-16 07:09:12 +0000 lang/c: fix typos in pkg-descr. --- lang/c/pkg-descr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/c/pkg-descr b/lang/c/pkg-descr index eafc688b77b6..0fa337c655b1 100644 --- a/lang/c/pkg-descr +++ b/lang/c/pkg-descr @@ -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