summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-17 12:18:32 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-17 12:18:32 -0600
commit060a6380270b511fd1e100c1caaa28f43943eb52 (patch)
tree737767d04dbecc8ad0662501dca25bca86963da1 /src
parent72d7d2bcc34e3d26f1c4de92f1508c9ddffb3421 (diff)
s/bugmgr/bufgr/
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/p_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h
index 4d2cc2196f..2861e03c9e 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