about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-06-27 19:18:28 +0200
committerGitHub <noreply@github.com>2022-06-27 19:18:28 +0200
commitc83635e1d2348430adbc14b345329f79812faf3f (patch)
tree66f42f8815c04fc8447aab42e2144262251e8766
parent88077d4136fe36942d28ba956aa8536feb717638 (diff)
parentfd404194f27cde819cb63704c5aa808caee03755 (diff)
downloadafl++-c83635e1d2348430adbc14b345329f79812faf3f.tar.gz
Merge pull request #1462 from bostick/patch-1
Update afl-system-config
-rwxr-xr-xafl-system-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config
index ef343704..f482e4fb 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -118,7 +118,7 @@ if [ "$PLATFORM" = "Darwin" ] ; then
     sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist >/dev/null 2>&1
     echo
   fi
-  echo It is recommended to disable System Integration Protection for increased performance.
+  echo It is recommended to disable System Integrity Protection for increased performance.
   echo
   DONE=1
 fi