mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:18:08 +00:00
typo
This commit is contained in:
parent
73577cbcd1
commit
a6e8564153
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ uc_err uc_mem_regions(uc_engine *uc, uc_mem_region **regions, uint32_t *count);
|
|||
appropriate size for the current architecture can be allocated. Further calls
|
||||
to this function may pass in the return value of previous calls.
|
||||
|
||||
@return a pointer to the region the contexxt was saved in. If buffer was
|
||||
@return a pointer to the region the context was saved in. If buffer was
|
||||
NULL, this is a newly allocated region, otherwise it is the same as buffer.
|
||||
Any allocation performed by this function must be freed by the user.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue