@@ -41,7 +41,7 @@ DPCTL_C_EXTERN_C_BEGIN
4141
4242/* !
4343 * @brief A wrapper for sycl::queue constructor to construct a new queue from
44- * the provided context, device, async handler and propertis bit flags.
44+ * the provided context, device, async handler and properties bit flags.
4545 *
4646 * @param CRef An opaque pointer to a sycl::context.
4747 * @param DRef An opaque pointer to a sycl::device
@@ -67,7 +67,7 @@ DPCTLQueue_Create(__dpctl_keep const DPCTLSyclContextRef CRef,
6767 * @brief Constructs a ``sycl::queue`` object of the specified SYCL device.
6868 *
6969 * Constructs a new SYCL queue for the specified SYCL device. The
70- * behaviour of this function differs from the following queue constructor:
70+ * behavior of this function differs from the following queue constructor:
7171 *
7272 * @code
7373 * queue(
@@ -81,9 +81,9 @@ DPCTLQueue_Create(__dpctl_keep const DPCTLSyclContextRef CRef,
8181 * context for the device and instead look to reuse a previously cached
8282 * SYCL context for the device (refer dpctl_sycl_device_manager.cpp).
8383 * DPCTL caches contexts only for root devices and for all custom devices the
84- * function begaves the same way as the SYCL constructor.
84+ * function behaves the same way as the SYCL constructor.
8585 *
86- * @param dRef An opaque pointer to a ``sycl::device``.
86+ * @param DRef An opaque pointer to a ``sycl::device``.
8787 * @param handler A callback function that will be invoked by the
8888 * async_handler used during queue creation. Can be
8989 * NULL if no async_handler is needed.
@@ -98,7 +98,7 @@ DPCTLQueue_Create(__dpctl_keep const DPCTLSyclContextRef CRef,
9898 */
9999DPCTL_API
100100__dpctl_give DPCTLSyclQueueRef
101- DPCTLQueue_CreateForDevice (__dpctl_keep const DPCTLSyclDeviceRef dRef ,
101+ DPCTLQueue_CreateForDevice (__dpctl_keep const DPCTLSyclDeviceRef DRef ,
102102 error_handler_callback *handler,
103103 int properties);
104104
0 commit comments