Skip to content

Commit 390c747

Browse files
committed
Fix grammatical typos.
1 parent 66902e2 commit 390c747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backends/include/dppl_sycl_queue_interface.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DPPLQueue_GetDevice (__dppl_keep const DPPLSyclQueueRef QRef);
9999
* \todo sycl::buffer arguments are not supported yet.
100100
* \todo Add support for id<Dims> WorkItemOffset
101101
*
102-
* @param KRef Opaque pointer to a OpenCL interoperability kernel
102+
* @param KRef Opaque pointer to an OpenCL interoperability kernel
103103
* wrapped inside a sycl::kernel.
104104
* @param QRef Opaque pointer to the sycl::queue where the kernel
105105
* will be enqueued.
@@ -116,7 +116,7 @@ DPPLQueue_GetDevice (__dppl_keep const DPPLSyclQueueRef QRef);
116116
* for the kernel. We call sycl::handler.depends_on for
117117
* each of the provided events.
118118
* @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
120120
* sycl::queue.submit() function.
121121
*/
122122
DPPL_API
@@ -142,7 +142,7 @@ DPPLQueue_SubmitRange (__dppl_keep const DPPLSyclKernelRef KRef,
142142
* \todo sycl::buffer arguments are not supported yet.
143143
* \todo Add support for id<Dims> WorkItemOffset
144144
*
145-
* @param KRef Opaque pointer to a OpenCL interoperability kernel
145+
* @param KRef Opaque pointer to an OpenCL interoperability kernel
146146
* wrapped inside a sycl::kernel.
147147
* @param QRef Opaque pointer to the sycl::queue where the kernel
148148
* will be enqueued.
@@ -163,7 +163,7 @@ DPPLQueue_SubmitRange (__dppl_keep const DPPLSyclKernelRef KRef,
163163
* for the kernel. We call sycl::handler.depends_on for
164164
* each of the provided events.
165165
* @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
167167
* sycl::queue.submit() function.
168168
*/
169169
DPPL_API

0 commit comments

Comments
 (0)