aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gqueue/gqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gqueue/gqueue.c b/src/gqueue/gqueue.c
index 8b27bd41..f73c43df 100644
--- a/src/gqueue/gqueue.c
+++ b/src/gqueue/gqueue.c
@@ -103,7 +103,7 @@
pi = pqueue->head;
pqueue->head = pi->next;
pi->next = 0;
- gfxSytemUnlock();
+ gfxSystemUnlock();
return pi;
}
void gfxQueueGSyncPut(gfxQueueGSync *pqueue, gfxQueueGSyncItem *pitem) {
@@ -184,7 +184,7 @@
pi = pqueue->head;
pqueue->head = pi->next;
pi->next = 0;
- gfxSytemUnlock();
+ gfxSystemUnlock();
gfxSemSignalI(&pi->sem);
gfxSemDestroy(&pi->sem);