From 637f01de5fa979ba1428ed2995dd84604705f96b Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 30 Jun 2025 11:52:18 -0700 Subject: [PATCH] fix a few typos in the ooqcommandbuffers README --- samples/14_ooqcommandbuffers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/14_ooqcommandbuffers/README.md b/samples/14_ooqcommandbuffers/README.md index b336fb2..ba699c3 100644 --- a/samples/14_ooqcommandbuffers/README.md +++ b/samples/14_ooqcommandbuffers/README.md @@ -26,10 +26,10 @@ This sample requires the OpenCL Extension Loader to get the extension APIs for c ## Key APIs and Concepts This sample demonstrates how to create and execute a command buffer that may execute out-of-order. -This sample also demonstrates how to time commands in an out-or-order command queue. +This sample also demonstrates how to time commands in an out-of-order command queue. ```c -CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR_ +CL_DEVICE_COMMAND_BUFFER_SUPPORTED_QUEUE_PROPERTIES_KHR clCommandNDRangeKernelKHR with sync points clEnqueueBarrierWithWaitList ```