mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Fixed typo in rio.h, simgle -> single.
This commit is contained in:
parent
63d15dfc87
commit
f590dd82ce
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ struct _rio {
|
|||
/* number of bytes read or written */
|
||||
size_t processed_bytes;
|
||||
|
||||
/* maximum simgle read or write chunk size */
|
||||
/* maximum single read or write chunk size */
|
||||
size_t max_processing_chunk;
|
||||
|
||||
/* Backend-specific vars. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue