From 18de764e962e40570b679acaf1bb63bd146920e0 Mon Sep 17 00:00:00 2001 From: Starlet Leonhart Date: Fri, 5 Jul 2019 12:33:31 -0400 Subject: [PATCH] Fix something I keep forgetting to do in unicorn.h --- app/src/main/cpp/include/unicorn/unicorn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/include/unicorn/unicorn.h b/app/src/main/cpp/include/unicorn/unicorn.h index 531ce1e8..a53cce0d 100644 --- a/app/src/main/cpp/include/unicorn/unicorn.h +++ b/app/src/main/cpp/include/unicorn/unicorn.h @@ -681,7 +681,7 @@ uc_err uc_context_alloc(uc_engine *uc, uc_context **context); /* Free the memory allocated by uc_context_alloc & uc_mem_regions. - @memory: memory allocated by uc_context_alloc (returned in *context), or + @mem: memory allocated by uc_context_alloc (returned in *context), or by uc_mem_regions (returned in *regions) @return UC_ERR_OK on success, or other value on failure (refer to uc_err enum