From b431c6b542d898cb2c07a2c0f843b9865d0eb08b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 8 Apr 2023 19:33:54 -0700 Subject: Rephrase duplicate compile note. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1