pipebuffer: Implement proper buffer validation.
[mesa.git] / src / gallium / auxiliary / pipebuffer / pb_bufmgr.h
index cafbee045ae0cf54cb8583e4e324db5e9234e2de..8fe2704708fd5f3307acb4fb23c845b98939fb47 100644 (file)
@@ -43,7 +43,7 @@
  * - the fenced buffer manager, which will delay buffer destruction until the 
  * the moment the card finishing processing it. 
  * 
- * \author José Fonseca <jrfonseca@tungstengraphics.com>
+ * \author Jose Fonseca <jrfonseca@tungstengraphics.com>
  */
 
 #ifndef PB_BUFMGR_H_