aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-15 21:45:40 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 07:09:12 +0000
commit82a57c5f55aadc47d03cdbfea8ea8a242a916279 (patch)
tree2083ac7816b1cc374c26f9070ae5026b4c4d8938
parentdfe7551bfbccaa50daac56e30684d3285e800f81 (diff)
downloadports-82a57c5f55aadc47d03cdbfea8ea8a242a916279.tar.gz
ports-82a57c5f55aadc47d03cdbfea8ea8a242a916279.zip
lang/c: fix typos in pkg-descr.
-rw-r--r--lang/c/pkg-descr6
1 files 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