mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Fix a typo: form => from
This commit is contained in:
parent
3ab769941d
commit
a2ec6ae26c
1 changed files with 1 additions and 1 deletions
|
|
@ -1111,7 +1111,7 @@ void readSyncBulkPayload(aeEventLoop *el, int fd, void *privdata, int mask) {
|
||||||
UNUSED(mask);
|
UNUSED(mask);
|
||||||
|
|
||||||
/* Static vars used to hold the EOF mark, and the last bytes received
|
/* Static vars used to hold the EOF mark, and the last bytes received
|
||||||
* form the server: when they match, we reached the end of the transfer. */
|
* from the server: when they match, we reached the end of the transfer. */
|
||||||
static char eofmark[CONFIG_RUN_ID_SIZE];
|
static char eofmark[CONFIG_RUN_ID_SIZE];
|
||||||
static char lastbytes[CONFIG_RUN_ID_SIZE];
|
static char lastbytes[CONFIG_RUN_ID_SIZE];
|
||||||
static int usemark = 0;
|
static int usemark = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue