diff options
Diffstat (limited to 'include/CL/cl_gl_ext.h')
-rw-r--r-- | include/CL/cl_gl_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CL/cl_gl_ext.h b/include/CL/cl_gl_ext.h index 26e47821f9e..77d53536f62 100644 --- a/include/CL/cl_gl_ext.h +++ b/include/CL/cl_gl_ext.h @@ -1,5 +1,5 @@ /********************************************************************************** - * Copyright (c) 2008-2010 The Khronos Group Inc. + * Copyright (c) 2008-2012 The Khronos Group Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the @@ -41,7 +41,7 @@ extern "C" { /* * For each extension, follow this template - * /* cl_VEN_extname extension */ + * cl_VEN_extname extension */ /* #define cl_VEN_extname 1 * ... define new types, if any * ... define new tokens, if any |