Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Nov 28, 2023
1 parent 6d64fa3 commit f348269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocl_icd_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static inline void _find_and_check_platforms(cl_uint num_icds) {
{
_populate_dispatch_table(p->pid, pltfn_fn_ptr, &p->disp_data.dispatch);
spltdd_fn_ptr(p->pid, &p->disp_data);
debug(D_LOG, "Found icd 2 pltform, using loader managed dispatch");
debug(D_LOG, "Found icd 2 platform, using loader managed dispatch");
}

/* If clGetPlatformInfo is not exported and we are here, it
Expand Down

0 comments on commit f348269

Please sign in to comment.