Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
2e449d42
Commit
2e449d42
authored
Jul 16, 2013
by
antirez
Browse files
Fixed typo in rio.h, simgle -> single.
parent
9f6f436a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rio.h
View file @
2e449d42
...
...
@@ -56,7 +56,7 @@ struct _rio {
/* number of bytes read or written */
size_t
processed_bytes
;
/* maximum si
m
gle read or write chunk size */
/* maximum si
n
gle read or write chunk size */
size_t
max_processing_chunk
;
/* Backend-specific vars. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment