Skip to content

Commit 98e3a28

Browse files
committed
opencl: fixed a typo
1 parent bf78f54 commit 98e3a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-opencl/ggml-opencl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ static std::vector<ggml_backend_device> ggml_opencl_probe_devices(ggml_backend_r
17301730

17311731
cl_platform_id platform_ids[NPLAT];
17321732
if (clGetPlatformIDs(NPLAT, platform_ids, &n_platforms) != CL_SUCCESS) {
1733-
GGML_LOG_ERROR("ggml_opencl: plaform IDs not available.\n");
1733+
GGML_LOG_ERROR("ggml_opencl: platform IDs are not available.\n");
17341734
return found_devices;
17351735
}
17361736

0 commit comments

Comments
 (0)