i915: Fix typo in ws_dri_bufmgr.c
This commit is contained in:
@@ -277,7 +277,7 @@ void driReadUnlockKernelBO(void)
|
||||
typedef struct _DriBufferObject
|
||||
{
|
||||
DriBufferPool *pool;
|
||||
pipe_mutx mutex;
|
||||
pipe_mutex mutex;
|
||||
int refCount;
|
||||
const char *name;
|
||||
uint64_t flags;
|
||||
|
Reference in New Issue
Block a user