Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 18, 2023
1 parent 6361eb4 commit dd9b0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angr_platforms/risc_v/arch_riscv.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, endness=Endness.LE):
instruction_alignment = 4
persistent_regs = []
# These prologs and eplilogs had to be commented out because they are a bit
# too generic and match a log of false positives. This has the effect of
# too generic and match a lot of false positives. This has the effect of
# poisoning the BoyScout analysis in angr when used for any other arch.
# If you need this, please uncomment and add more specific regexes if
# possible, or open an issue on github to discuss.
Expand Down

0 comments on commit dd9b0af

Please sign in to comment.