[primitives] fix documentation

This commit is contained in:
akallabeth
2025-01-12 15:48:22 +01:00
parent 2da7b8c606
commit 99cfbebe63

View File

@@ -280,7 +280,7 @@ typedef enum
* If that does not exist or does not work on the platform any other (e.g. usually pure
* software) is returned
*
* @param hint the type of primitives to return.
* @param type the type of primitives to return.
* @return A primitive implementation matching the hint closest or \b NULL in case of failure.
* @since version 3.11.0
*/