Commit 2e449d42 authored by antirez's avatar antirez
Browse files

Fixed typo in rio.h, simgle -> single.

parent 9f6f436a
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment