about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-09-21 10:13:11 +0200
committerhexcoder- <heiko@hexco.de>2019-09-21 10:13:11 +0200
commitad1750b53d51787e52977181c4e032adb489ac13 (patch)
tree34afc63c6496ef3109794734da96ea113fdaacfc
parente909d5f5c2901c375380e4153b97ce34c04ea16f (diff)
downloadafl++-ad1750b53d51787e52977181c4e032adb489ac13.tar.gz
oops, typo corrected
-rw-r--r--src/afl-fuzz-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index 808edb2b..fab82e2d 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -1480,7 +1480,7 @@ void check_cpu_governor(void) {
        min / 1024, max / 1024);
   FATAL("Suboptimal CPU scaling governor");
 
-#elsif defined __APPLE__
+#elif defined __APPLE__
   u64   min = 0, max = 0;
   size_t mlen = sizeof(min);
   if (getenv("AFL_SKIP_CPUFREQ")) return;