[Pkg-opencl-devel] [PATCH 1/6] Typo fix: plat[e]form
Giuseppe Bilotta
giuseppe.bilotta at gmail.com
Tue May 19 06:00:40 UTC 2015
---
NEWS | 2 +-
ocl_icd_loader.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a74c412..20b8de2 100644
--- a/NEWS
+++ b/NEWS
@@ -269,7 +269,7 @@ Vincent Danjean (2):
Version 1.0
===========
Vincent Danjean (6):
- Add a message in ocl_icd_test when no plateform is found
+ Add a message in ocl_icd_test when no platform is found
Cleanup and comment the Makefile
cleanup ocl_icd.h
Generate and use a map symbol file
diff --git a/ocl_icd_loader.c b/ocl_icd_loader.c
index 2bb7605..43b7861 100644
--- a/ocl_icd_loader.c
+++ b/ocl_icd_loader.c
@@ -354,7 +354,7 @@ static inline void _find_and_check_platforms(cl_uint num_icds) {
}
cl_uint num_valid_platforms=0;
cl_uint j;
- debug(D_LOG, "Try to load %d plateforms", num_platforms);
+ debug(D_LOG, "Try to load %d platforms", num_platforms);
if (_allocate_platforms(num_platforms) < num_platforms) {
free(platforms);
debug(D_WARN, "Not enought platform allocated. Skipping ICD");
--
2.1.2.766.gaa23a90
More information about the Pkg-opencl-devel
mailing list