diff options
author | van Hauser <vh@thc.org> | 2020-05-11 22:44:44 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-11 22:44:44 +0200 |
commit | 38dac93f631356d6a1288931e01f9effec9c8c88 (patch) | |
tree | 1cf5957377e0bc3bfde8b471dbe23c4ed11efa05 /examples/afl_untracer/afl-untracer.c | |
parent | 6f66be12f6db19d69ba77ae152193cffc248babe (diff) | |
download | afl++-38dac93f631356d6a1288931e01f9effec9c8c88.tar.gz |
fix typos
Diffstat (limited to 'examples/afl_untracer/afl-untracer.c')
-rw-r--r-- | examples/afl_untracer/afl-untracer.c | 2 |
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") |