i915: Fix typo in ws_dri_bufmgr.c

This commit is contained in:
Jakob Bornecrantz
2008-09-02 17:29:19 +02:00
parent 4d27c027ab
commit 2774b09d4e

View File

@@ -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;