s/bugmgr/bufgr/

This commit is contained in:
Brian 2007-09-17 12:18:32 -06:00
parent 72d7d2bcc3
commit 060a638027

View 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