Fix something I keep forgetting to do in unicorn.h

This commit is contained in:
Starlet Leonhart 2019-07-05 12:33:31 -04:00 committed by GitHub
parent c7fafd3f72
commit 18de764e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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