summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-05-08 13:40:21 +0200
committerJoan Figueras2021-05-08 13:40:21 +0200
commit6646a47c4a0934c3886db7e13fb171edd246bf00 (patch)
treef5efd5073077dccaaacf1f5fe8341cd09f986c3a
parentf75d49bf2a3c67a70ca47d70ed29c71e0bdcd120 (diff)
downloadaur-6646a47c4a0934c3886db7e13fb171edd246bf00.tar.gz
Fixed comment
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f741b6ef01e..1fbf86342cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
## Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture
## Valid numbers between: 0 to 99
## Default is: 0 => generic
-## Good option if your package is for one machine: 99 => native
+## Good option if your package is for one machine: 98 (Intel native) or 99 (AMD native)
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
fi