From: Brian Date: Mon, 17 Sep 2007 18:18:32 +0000 (-0600) Subject: s/bugmgr/bufgr/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=060a6380270b511fd1e100c1caaa28f43943eb52;p=mesa.git s/bugmgr/bufgr/ --- diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h index 4d2cc2196f6..2861e03c9e5 100644 --- a/src/mesa/pipe/p_winsys.h +++ b/src/mesa/pipe/p_winsys.h @@ -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