diff --git a/pwndbg/enhance.py b/pwndbg/enhance.py index 70fb18018..3e2fc8b99 100644 --- a/pwndbg/enhance.py +++ b/pwndbg/enhance.py @@ -106,7 +106,7 @@ def enhance(value, code = True): if szval: szval = E.string(repr(szval)) - # Fix for case we can't read the end address anyway (#946) + # Fix for case when we can't read the end address anyway (#946) if value + pwndbg.arch.ptrsize > page.end: return E.integer(int_str(value))