Skip to content

Commit

Permalink
Fix typo in clCreateProgramWithSource introduction
Browse files Browse the repository at this point in the history
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
  • Loading branch information
svenvh committed Jul 9, 2024
1 parent f50c458 commit cdc0024
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 @@ -8362,7 +8362,7 @@ A program object encapsulates the following information:

[open,refpage='clCreateProgramWithSource',desc='Creates a program object for a context, and loads source code specified by text strings into the program object.',type='protos']
--
To creates a program object for a context and load source code into that
To create a program object for a context and load source code into that
object, call the function

include::{generated}/api/protos/clCreateProgramWithSource.txt[]
Expand Down

0 comments on commit cdc0024

Please sign in to comment.