From 99cfbebe634e6542d6cb90af470ff82ac5d08dd2 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sun, 12 Jan 2025 15:48:22 +0100 Subject: [PATCH] [primitives] fix documentation --- include/freerdp/primitives.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freerdp/primitives.h b/include/freerdp/primitives.h index 311c65b21..05f0d6607 100644 --- a/include/freerdp/primitives.h +++ b/include/freerdp/primitives.h @@ -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 */