summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cl_platform_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_platform_id.c b/src/cl_platform_id.c
index fdf0d782..e7c8d6a1 100644
--- a/src/cl_platform_id.c
+++ b/src/cl_platform_id.c
@@ -34,7 +34,7 @@ static struct _cl_platform_id intel_platform_data = {
INIT_ICD(dispatch)
DECL_INFO_STRING(profile, "FULL_PROFILE")
DECL_INFO_STRING(version, LIBCL_VERSION_STRING)
- DECL_INFO_STRING(name, "Experiment Intel Gen OCL Driver")
+ DECL_INFO_STRING(name, "Intel Gen OCL Driver")
DECL_INFO_STRING(vendor, "Intel")
DECL_INFO_STRING(icd_suffix_khr, "Intel")
};