mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
ir_user.cpp: Corrected typo in comment (#584)
This commit is contained in:
parent
aa5dc18471
commit
b4e90e95b0
@ -64,7 +64,7 @@ static_assert(sizeof(SharedMemoryHeader) == 16, "SharedMemoryHeader has wrong si
|
|||||||
* A buffer consists of three parts:
|
* A buffer consists of three parts:
|
||||||
* - BufferInfo: stores available count of packets, and their position in the PacketInfo
|
* - BufferInfo: stores available count of packets, and their position in the PacketInfo
|
||||||
* circular queue.
|
* circular queue.
|
||||||
* - PacketInfo circular queue: stores the position of each avaiable packets in the Packet data
|
* - PacketInfo circular queue: stores the position of each available packets in the Packet data
|
||||||
* buffer. Each entry is a pair of {offset, size}.
|
* buffer. Each entry is a pair of {offset, size}.
|
||||||
* - Packet data circular buffer: stores the actual data of packets.
|
* - Packet data circular buffer: stores the actual data of packets.
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user