st/mesa: fix up comment
authorBrian Paul <brianp@vmware.com>
Mon, 7 Dec 2009 15:59:38 +0000 (08:59 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 7 Dec 2009 15:59:38 +0000 (08:59 -0700)
src/mesa/state_tracker/st_program.c

index d66f45d..5c81a03 100644 (file)
 #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 )