mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-25 20:49:25 -04:00
ir_user.cpp: Corrected typo in comment (#584)
This commit is contained in:
parent
aa5dc18471
commit
b4e90e95b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue