Skip to content

Commit af0272e

Browse files
authored
fix a few typos in the ooqcommandbuffers README (#143)
1 parent aafd72f commit af0272e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/14_ooqcommandbuffers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This sample requires the OpenCL Extension Loader to get the extension APIs for c
2626
## Key APIs and Concepts
2727

2828
This sample demonstrates how to create and execute a command buffer that may execute out-of-order.
29-
This sample also demonstrates how to time commands in an out-or-order command queue.
29+
This sample also demonstrates how to time commands in an out-of-order command queue.
3030

3131
```c
32-
CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR_
32+
CL_DEVICE_COMMAND_BUFFER_SUPPORTED_QUEUE_PROPERTIES_KHR
3333
clCommandNDRangeKernelKHR with sync points
3434
clEnqueueBarrierWithWaitList
3535
```

0 commit comments

Comments
 (0)