Skip to content

Commit 1b8c5d4

Browse files
Fixed typos in docstrings found by Doxygen
1 parent f45710f commit 1b8c5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libsyclinterface/include/dpctl_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __dpctl_give const char *DPCTLService_GetDPCPPVersion(void);
4747
* @brief Initialize logger if compiled to use logger, no-op otherwise.
4848
*
4949
* @param app_name C-string for application name reflected in the log.
50-
* @paral log_dir C-string for directory where log files are placed.
50+
* @param log_dir C-string for directory where log files are placed.
5151
* @ingroup Service
5252
*/
5353
DPCTL_API

libsyclinterface/include/dpctl_sycl_kernel_bundle_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ bool DPCTLKernelBundle_HasKernel(__dpctl_keep DPCTLSyclKernelBundleRef KBRef,
111111
/*!
112112
* @brief Frees the DPCTLSyclKernelBundleRef pointer.
113113
*
114-
* @param PRef Opaque pointer to a sycl::kernel_bundle
114+
* @param KBRef Opaque pointer to a sycl::kernel_bundle
115115
* @ingroup KernelBundleInterface
116116
*/
117117
DPCTL_API

0 commit comments

Comments
 (0)