diff options
author | 2016-11-24 09:24:01 -0500 | |
---|---|---|
committer | 2016-11-24 09:24:01 -0500 | |
commit | 30cda1d3e5b9195fbd1f23a3af4480666c750a34 (patch) | |
tree | 82f7b4b6bb3c61335c495d0925b393b212f6f3f0 /src/osd/modules/opengl/gl_shader_tool.h | |
parent | 7746690ddf1b6b806de046ec54fee954f09e182e (diff) |
A round of spelling/typographical fixes to source comments (nw)
Diffstat (limited to 'src/osd/modules/opengl/gl_shader_tool.h')
-rw-r--r-- | src/osd/modules/opengl/gl_shader_tool.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/opengl/gl_shader_tool.h b/src/osd/modules/opengl/gl_shader_tool.h index 921a68d96df..2e0160cf85d 100644 --- a/src/osd/modules/opengl/gl_shader_tool.h +++ b/src/osd/modules/opengl/gl_shader_tool.h @@ -2,14 +2,14 @@ // copyright-holders:Sven Gothel /*** * - * GL Shader Tool - Convinient Basic Shader functionality + * GL Shader Tool - Convenient Basic Shader functionality * * Copyright (c) 2007, Sven Gothel * Copyright (c) 2007, MAME Team * * GPL version 2 * - * OpenGL GLSL ARB extentions: + * OpenGL GLSL ARB extensions: * * GL_ARB_shader_objects * GL_ARB_shading_language_100 @@ -28,7 +28,7 @@ extern "C" { /*** * - * OpenGL GLSL extentions: + * OpenGL GLSL extensions: GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_vertex_shader @@ -100,7 +100,7 @@ int gl_round_to_pow2(int v); /** * @param obj_query Can be either GL_OBJECT_TYPE_ARB, GL_OBJECT_DELETE_STATUS_ARB, GL_OBJECT_COMPILE_STATUS_ARB, * GL_OBJECT_LINK_STATUS_ARB, GL_OBJECT_VALIDATE_STATUS_ARB - * Should be used after the refering action, i.e. GL_OBJECT_DELETE_STATUS_ARB after a + * Should be used after the referring action, i.e. GL_OBJECT_DELETE_STATUS_ARB after a * glDeleteObjectARB call, etc. */ int gl_shader_check_error(GLhandleARB obj, GLenum obj_query, GLSLCheckMode m, const char *file, const int line); |