fix one typo for clCreateContextFromType()
authorLu Guanqun <guanqun.lu@intel.com>
Fri, 22 Mar 2013 03:17:23 +0000 (11:17 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Wed, 10 Apr 2013 06:52:33 +0000 (14:52 +0800)
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_api.c

index 15ac1eb..cedd3ff 100644 (file)
@@ -103,7 +103,7 @@ clCreateContext(const cl_context_properties *  properties,
 }
 
 cl_context
-clCreateContextFromtype(const cl_context_properties *  properties,
+clCreateContextFromType(const cl_context_properties *  properties,
                         cl_device_type                 device_type,
                         void (CL_CALLBACK *pfn_notify) (const char *, const void *, size_t, void *),
                         void *                         user_data,