From a6e8564153c5e42c74e0aba113768c5392319b00 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 7 Oct 2016 10:06:53 +0800 Subject: [PATCH] typo --- include/unicorn/unicorn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 0263ecc..fe43410 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -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. */