From 060a6380270b511fd1e100c1caaa28f43943eb52 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 17 Sep 2007 12:18:32 -0600 Subject: [PATCH] s/bugmgr/bufgr/ --- src/mesa/pipe/p_winsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h index 4d2cc21..2861e03 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 -- 2.7.4