diff options
author | Brian <[email protected]> | 2007-09-17 12:18:32 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-17 12:18:32 -0600 |
commit | 060a6380270b511fd1e100c1caaa28f43943eb52 (patch) | |
tree | 737767d04dbecc8ad0662501dca25bca86963da1 /src/mesa/pipe/p_winsys.h | |
parent | 72d7d2bcc34e3d26f1c4de92f1508c9ddffb3421 (diff) |
s/bugmgr/bufgr/
Diffstat (limited to 'src/mesa/pipe/p_winsys.h')
-rw-r--r-- | src/mesa/pipe/p_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |