Skip to content

Commit

Permalink
Fixed typos in docstrings found by Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jul 24, 2022
1 parent f45710f commit 1b8c5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsyclinterface/include/dpctl_service.h
Expand Up @@ -47,7 +47,7 @@ __dpctl_give const char *DPCTLService_GetDPCPPVersion(void);
* @brief Initialize logger if compiled to use logger, no-op otherwise.
*
* @param app_name C-string for application name reflected in the log.
* @paral log_dir C-string for directory where log files are placed.
* @param log_dir C-string for directory where log files are placed.
* @ingroup Service
*/
DPCTL_API
Expand Down
Expand Up @@ -111,7 +111,7 @@ bool DPCTLKernelBundle_HasKernel(__dpctl_keep DPCTLSyclKernelBundleRef KBRef,
/*!
* @brief Frees the DPCTLSyclKernelBundleRef pointer.
*
* @param PRef Opaque pointer to a sycl::kernel_bundle
* @param KBRef Opaque pointer to a sycl::kernel_bundle
* @ingroup KernelBundleInterface
*/
DPCTL_API
Expand Down

0 comments on commit 1b8c5d4

Please sign in to comment.