mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a typo.
This commit is contained in:
+1
-1
@@ -6287,7 +6287,7 @@ Job Queue
|
|||||||
/*
|
/*
|
||||||
Slot Allocator
|
Slot Allocator
|
||||||
--------------
|
--------------
|
||||||
The idea of the slot allocator is for it to be used in conjunction with a fixed sized buffer. You use the slot allocator to allocator an index that can be used
|
The idea of the slot allocator is for it to be used in conjunction with a fixed sized buffer. You use the slot allocator to allocate an index that can be used
|
||||||
as the insertion point for an object.
|
as the insertion point for an object.
|
||||||
|
|
||||||
Slots are reference counted to help mitigate the ABA problem in the lock-free queue we use for tracking jobs.
|
Slots are reference counted to help mitigate the ABA problem in the lock-free queue we use for tracking jobs.
|
||||||
|
|||||||
Reference in New Issue
Block a user