From 128e4d55651731a876cd33bee900021cf61ab39b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 5 May 2020 20:23:16 +0200 Subject: more typos fixed --- examples/afl_untracer/afl-untracer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/afl_untracer/afl-untracer.c') diff --git a/examples/afl_untracer/afl-untracer.c b/examples/afl_untracer/afl-untracer.c index f812958c..d319b530 100644 --- a/examples/afl_untracer/afl-untracer.c +++ b/examples/afl_untracer/afl-untracer.c @@ -65,7 +65,7 @@ #include #include #else -#error "Unsupproted platform" +#error "Unsupported platform" #endif #define MEMORY_MAP_DECREMENT 0x200000000000 @@ -667,7 +667,7 @@ int main(int argc, char *argv[]) { fuzz(); // we can use _exit which is faster because our target library - // was loaded via dlopen and there cannot have deconstructors + // was loaded via dlopen and therefore cannot have deconstructors // registered. _exit(0); -- cgit 1.4.1