Skip to content

Commit e22f577

Browse files
authored
Fix a couple of typos (KhronosGroup#1470)
1 parent 934283a commit e22f577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/cl_khr_icd.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ can be appended.
6969
Functions which do not have an argument from which the vendor implementation
7070
may be inferred have been deprecated and may be ignored.
7171

72-
New in version 2.0.0, object that are ICD 2 compatible should also contain
72+
New in version 2.0.0, objects that are ICD 2 compatible should also contain
7373
a `dispatch_data` field of type `void *` that the loader is free to modify
7474
for a platform through the {clIcdSetPlatformDispatchDataKHR} new API entry
7575
point. In order to distinguish ICD 1 and ICD 2 objects, the pointers to
@@ -246,7 +246,7 @@ pointers to {clGetPlatformIDs} and {clUnloadCompiler} in the dispatch
246246
structure of a platform is set to `CL_ICD2_TAG_KHR` the platform will be
247247
deemed ICD 2 compatible and dispatch will be managed by the ICD Loader. If the
248248
`CL_ICD2_TAG_KHR` tag is present but one of the two functions above is
249-
missing or it the tag is present in only one of the pointers, the ICD Loader
249+
missing or if the tag is present in only one of the pointers, the ICD Loader
250250
will ignore the Vendor ICD and continue on to the next.
251251

252252
During initialization, after calling {clIcdGetPlatformIDsKHR} to query the

0 commit comments

Comments
 (0)