Skip to content

Commit 59d82bb

Browse files
committed
Fixed doc
1 parent 4c66b23 commit 59d82bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/randomx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void randomx_release_cache(randomx_cache* cache);
7777
* @param flags is the initialization flags. Only one flag is supported (can be set or not set):
7878
* RANDOMX_FLAG_LARGE_PAGES - allocate memory in large pages
7979
*
80-
* @return Pointer to an allocated randomx_cache structure.
80+
* @return Pointer to an allocated randomx_dataset structure.
8181
* NULL is returned if memory allocation fails.
8282
*/
8383
randomx_dataset *randomx_alloc_dataset(randomx_flags flags);

0 commit comments

Comments
 (0)