We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c66b23 commit 59d82bbCopy full SHA for 59d82bb
src/randomx.h
@@ -77,7 +77,7 @@ void randomx_release_cache(randomx_cache* cache);
77
* @param flags is the initialization flags. Only one flag is supported (can be set or not set):
78
* RANDOMX_FLAG_LARGE_PAGES - allocate memory in large pages
79
*
80
- * @return Pointer to an allocated randomx_cache structure.
+ * @return Pointer to an allocated randomx_dataset structure.
81
* NULL is returned if memory allocation fails.
82
*/
83
randomx_dataset *randomx_alloc_dataset(randomx_flags flags);
0 commit comments