mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Nit in comment.
This commit is contained in:
parent
883708df0f
commit
520c5534c1
1 changed files with 1 additions and 1 deletions
2
rewind.c
2
rewind.c
|
@ -61,7 +61,7 @@
|
|||
// The start of the buffer contains a size pointing to the end of the buffer; the end points to its start.
|
||||
// Wrapping is handled by returning to the start of the buffer if the compressed data could potentially hit the edge;
|
||||
// if the compressed data could potentially overwrite the tail pointer, the tail retreats until it can no longer collide.
|
||||
// This means that on average, ~2*maxcompsize is unused at any given moment.
|
||||
// This means that on average, ~2 * maxcompsize is unused at any given moment.
|
||||
|
||||
// These are called very few constant times per frame, keep it as simple as possible.
|
||||
static inline void write_size_t(void *ptr, size_t val)
|
||||
|
|
Loading…
Add table
Reference in a new issue