Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Co-authored-by: Grazfather <[email protected]>
  • Loading branch information
ValekoZ and Grazfather authored Sep 24, 2024
1 parent 376a07a commit 2ef7ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -10741,7 +10741,7 @@ def read_cstring(self,
res_bytes = b""
while len(res_bytes) < length:
try:
# Calculate how much bytes there is until next page
# Calculate how many bytes there are until next page
next_page = current_address + DEFAULT_PAGE_SIZE
page_mask = ~(DEFAULT_PAGE_SIZE - 1)
size = (next_page & page_mask) - current_address
Expand Down

0 comments on commit 2ef7ed8

Please sign in to comment.