[DLLS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / dll / opengl / mesa / tnl / t_vertex.c
index 6d5aca3..039c18a 100644 (file)
@@ -432,7 +432,7 @@ void _tnl_build_vertices( struct gl_context *ctx,
 }
 
 /* Emit VB vertices start..end to dest.  Note that VB vertex at
- * postion start will be emitted to dest at position zero.
+ * position start will be emitted to dest at position zero.
  */
 void *_tnl_emit_vertices_to_buffer( struct gl_context *ctx,
                                    GLuint start,
@@ -449,7 +449,7 @@ void *_tnl_emit_vertices_to_buffer( struct gl_context *ctx,
 }
 
 /* Emit indexed VB vertices start..end to dest.  Note that VB vertex at
- * postion start will be emitted to dest at position zero.
+ * position start will be emitted to dest at position zero.
  */
 
 void *_tnl_emit_indexed_vertices_to_buffer( struct gl_context *ctx,