Fix some typos in include files (#1350)

This commit is contained in:
Peter Meerwald-Stadler
2020-10-29 04:16:45 +01:00
committed by Bet4
parent d1496f3700
commit 00b4a17c1b
2 changed files with 18 additions and 18 deletions

View File

@ -108,7 +108,7 @@ type
@user_data: user data passed to tracing APIs
@return: return true to continue, or false to stop program (due to invalid memory).
NOTE: returning true to continue execution will only work if if the accessed
NOTE: returning true to continue execution will only work if the accessed
memory is made accessible with the correct permissions during the hook.
In the event of a UC_MEM_READ_UNMAPPED or UC_MEM_WRITE_UNMAPPED callback,