Skip to content

Commit 1940f45

Browse files
Renamed argument of DPCTLPlatform_Hash to match doxygen doc string
1 parent 653870b commit 1940f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/include/dpctl_sycl_platform_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ DPCTLPlatform_GetDefaultContext(__dpctl_keep const DPCTLSyclPlatformRef PRef);
176176
* @ingroup PlatformInterface
177177
*/
178178
DPCTL_API
179-
size_t DPCTLPlatform_Hash(__dpctl_keep DPCTLSyclPlatformRef CtxRef);
179+
size_t DPCTLPlatform_Hash(__dpctl_keep DPCTLSyclPlatformRef PRef);
180180

181181
DPCTL_C_EXTERN_C_END

0 commit comments

Comments
 (0)