mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-04-28 13:47:59 +03: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:
|
||||
* - BufferInfo: stores available count of packets, and their position in the PacketInfo
|
||||
* 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}.
|
||||
* - Packet data circular buffer: stores the actual data of packets.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue