about summary refs log tree commit diff
path: root/examples/afl_untracer/afl-untracer.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-11 22:44:44 +0200
committervan Hauser <vh@thc.org>2020-05-11 22:44:44 +0200
commit38dac93f631356d6a1288931e01f9effec9c8c88 (patch)
tree1cf5957377e0bc3bfde8b471dbe23c4ed11efa05 /examples/afl_untracer/afl-untracer.c
parent6f66be12f6db19d69ba77ae152193cffc248babe (diff)
downloadafl++-38dac93f631356d6a1288931e01f9effec9c8c88.tar.gz
fix typos
Diffstat (limited to 'examples/afl_untracer/afl-untracer.c')
-rw-r--r--examples/afl_untracer/afl-untracer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/afl-untracer.c b/examples/afl_untracer/afl-untracer.c
index 5dbc71bf..af16a6bf 100644
--- a/examples/afl_untracer/afl-untracer.c
+++ b/examples/afl_untracer/afl-untracer.c
@@ -276,7 +276,7 @@ library_list_t *find_library(char *name) {
 
 }
 
-/* for having an easy breakpoint after load the shared library */
+/* for having an easy breakpoint location after loading the shared library */
 // this seems to work for clang too. nice :) requires gcc 4.4+
 #pragma GCC push_options
 #pragma GCC optimize("O0")