@@ -99,7 +99,7 @@ DPPLQueue_GetDevice (__dppl_keep const DPPLSyclQueueRef QRef);
99
99
* \todo sycl::buffer arguments are not supported yet.
100
100
* \todo Add support for id<Dims> WorkItemOffset
101
101
*
102
- * @param KRef Opaque pointer to a OpenCL interoperability kernel
102
+ * @param KRef Opaque pointer to an OpenCL interoperability kernel
103
103
* wrapped inside a sycl::kernel.
104
104
* @param QRef Opaque pointer to the sycl::queue where the kernel
105
105
* will be enqueued.
@@ -116,7 +116,7 @@ DPPLQueue_GetDevice (__dppl_keep const DPPLSyclQueueRef QRef);
116
116
* for the kernel. We call sycl::handler.depends_on for
117
117
* each of the provided events.
118
118
* @param NDepEvents Size of the DepEvents list.
119
- * @return A opaque pointer to the sycl::event returned by the
119
+ * @return An opaque pointer to the sycl::event returned by the
120
120
* sycl::queue.submit() function.
121
121
*/
122
122
DPPL_API
@@ -142,7 +142,7 @@ DPPLQueue_SubmitRange (__dppl_keep const DPPLSyclKernelRef KRef,
142
142
* \todo sycl::buffer arguments are not supported yet.
143
143
* \todo Add support for id<Dims> WorkItemOffset
144
144
*
145
- * @param KRef Opaque pointer to a OpenCL interoperability kernel
145
+ * @param KRef Opaque pointer to an OpenCL interoperability kernel
146
146
* wrapped inside a sycl::kernel.
147
147
* @param QRef Opaque pointer to the sycl::queue where the kernel
148
148
* will be enqueued.
@@ -163,7 +163,7 @@ DPPLQueue_SubmitRange (__dppl_keep const DPPLSyclKernelRef KRef,
163
163
* for the kernel. We call sycl::handler.depends_on for
164
164
* each of the provided events.
165
165
* @param NDepEvents Size of the DepEvents list.
166
- * @return A opaque pointer to the sycl::event returned by the
166
+ * @return An opaque pointer to the sycl::event returned by the
167
167
* sycl::queue.submit() function.
168
168
*/
169
169
DPPL_API
0 commit comments