st/mesa: fix up comment

This commit is contained in:
Brian Paul 2009-12-07 08:59:38 -07:00
parent 8796dbf519
commit 8468234bfa

View file

@ -49,8 +49,11 @@
#include "st_mesa_to_tgsi.h"
#include "cso_cache/cso_context.h"
/* Clean out any old compilations:
*/
/**
* Clean out any old compilations:
*/
void
st_vp_release_varients( struct st_context *st,
struct st_vertex_program *stvp )