summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8196ff1..64eb203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,7 +91,7 @@ package() {
# For reasons of black magic, adding these flags again prevents a second compilation during this step.
# This halves compilation time.
- # Also prevents this second compilation from being using in the package wwith incorrect FLAGS.
+ # Also prevents this second compilation from being used in the resulting package with incorrect FLAGS.
# Madness.
export CFLAGS="$CFLAGS -O3 -fPIE"
export CXXFLAGS="$CXXFLAGS -O3 -fPIE"