s/bugmgr/bufgr/
authorBrian <brian.paul@tungstengraphics.com>
Mon, 17 Sep 2007 18:18:32 +0000 (12:18 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 17 Sep 2007 18:18:32 +0000 (12:18 -0600)
src/mesa/pipe/p_winsys.h

index 4d2cc21..2861e03 100644 (file)
@@ -60,7 +60,7 @@ struct pipe_winsys {
                   const char *, ... ); 
 
 
-   /* The buffer manager is modeled after the dri_bugmgr interface,
+   /* The buffer manager is modeled after the dri_bufmgr interface,
     * but this is the subset that softpipe cares about.  Remember that
     * softpipe gets to choose the interface it needs, and the window
     * systems must then implement that interface (rather than the