From 59d82bbb01a80d48111389af89428eba6aa856f5 Mon Sep 17 00:00:00 2001 From: tevador Date: Mon, 22 Apr 2019 19:08:45 +0200 Subject: [PATCH] Fixed doc --- src/randomx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/randomx.h b/src/randomx.h index f5dec33..f333e22 100644 --- a/src/randomx.h +++ b/src/randomx.h @@ -77,7 +77,7 @@ void randomx_release_cache(randomx_cache* cache); * @param flags is the initialization flags. Only one flag is supported (can be set or not set): * RANDOMX_FLAG_LARGE_PAGES - allocate memory in large pages * - * @return Pointer to an allocated randomx_cache structure. + * @return Pointer to an allocated randomx_dataset structure. * NULL is returned if memory allocation fails. */ randomx_dataset *randomx_alloc_dataset(randomx_flags flags);