Skip to content

Commit 3dfcddb

Browse files
authored
Merge pull request #821 from aesophor/patch-2
examples: fuzz_x8664_linux: fix typos in comment
2 parents c9f6c8f + 5107758 commit 3dfcddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/fuzzing/linux_x8664/fuzz_x8664_linux.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ def start_afl(_ql: Qiling):
9898
os._exit(0)
9999

100100
except UcAfl.UcAflError as ex:
101-
# This hook trigers more than once in this example.
101+
# This hook triggers more than once in this example.
102102
# If this is the exception cause, we don't care.
103103

104-
# TODO: Chose a better hook position :)
104+
# TODO: choose a better hook position :)
105105
if ex.errno != UcAfl.UC_AFL_RET_CALLED_TWICE:
106106
raise
107107

0 commit comments

Comments
 (0)