mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
minor typo fixed in a comment
This commit is contained in:
parent
0e5441d816
commit
cdbea20afb
@ -216,7 +216,7 @@ robj *tryObjectEncoding(robj *o) {
|
|||||||
/* Ok, this object can be encoded...
|
/* Ok, this object can be encoded...
|
||||||
*
|
*
|
||||||
* Can I use a shared object? Only if the object is inside a given
|
* Can I use a shared object? Only if the object is inside a given
|
||||||
* range and if this is the main thread, sinc when VM is enabled we
|
* range and if this is the main thread, since when VM is enabled we
|
||||||
* have the constraint that I/O thread should only handle non-shared
|
* have the constraint that I/O thread should only handle non-shared
|
||||||
* objects, in order to avoid race conditions (we don't have per-object
|
* objects, in order to avoid race conditions (we don't have per-object
|
||||||
* locking). */
|
* locking). */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user