Skip to content

Commit

Permalink
Fix typo in description of clGetSemaphoreHandleForTypeKHR (#1220)
Browse files Browse the repository at this point in the history
Change-Id: I694d985147ae8a78c25e6a29c49381e58faa3d8b

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
  • Loading branch information
kpet committed Aug 8, 2024
1 parent 6be4f45 commit bbd4747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12918,7 +12918,7 @@ include::{generated}/api/protos/clGetSemaphoreHandleForTypeKHR.txt[]
* _handle_size_ specifies the size of memory pointed by _handle_ptr_.
* _handle_ptr_ is a pointer to memory where the exported external handle
is returned.
If _param_value_ is `NULL`, it is ignored.
If _handle_ptr_ is `NULL`, it is ignored.
* _handle_size_ret_ returns the actual size in bytes for the external
handle.
If _handle_size_ret_ is `NULL`, it is ignored.
Expand Down

0 comments on commit bbd4747

Please sign in to comment.