Skip to content

Commit fb2a15c

Browse files
authored
Fix typo in clCreateProgramWithSource introduction (#1204)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
1 parent c75e07f commit fb2a15c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8362,7 +8362,7 @@ A program object encapsulates the following information:
83628362

83638363
[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']
83648364
--
8365-
To creates a program object for a context and load source code into that
8365+
To create a program object for a context and load source code into that
83668366
object, call the function
83678367

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

0 commit comments

Comments
 (0)