From 1940f45d3a1dce02d62ae708ed65285eb0e0348d Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Thu, 14 Mar 2024 02:48:20 -0500 Subject: [PATCH] Renamed argument of DPCTLPlatform_Hash to match doxygen doc string --- libsyclinterface/include/dpctl_sycl_platform_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsyclinterface/include/dpctl_sycl_platform_interface.h b/libsyclinterface/include/dpctl_sycl_platform_interface.h index e414391d31..56fe56d343 100644 --- a/libsyclinterface/include/dpctl_sycl_platform_interface.h +++ b/libsyclinterface/include/dpctl_sycl_platform_interface.h @@ -176,6 +176,6 @@ DPCTLPlatform_GetDefaultContext(__dpctl_keep const DPCTLSyclPlatformRef PRef); * @ingroup PlatformInterface */ DPCTL_API -size_t DPCTLPlatform_Hash(__dpctl_keep DPCTLSyclPlatformRef CtxRef); +size_t DPCTLPlatform_Hash(__dpctl_keep DPCTLSyclPlatformRef PRef); DPCTL_C_EXTERN_C_END