From 40671320928502b9e798d67e6246ba0c8c6e8a24 Mon Sep 17 00:00:00 2001 From: ideal Date: Mon, 30 May 2016 16:57:36 +0800 Subject: [PATCH] fix mistake comment in object.c --- src/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object.c b/src/object.c index 167290d4..be95e3dc 100644 --- a/src/object.c +++ b/src/object.c @@ -97,7 +97,7 @@ robj *createEmbeddedStringObject(const char *ptr, size_t len) { } /* Create a string object with EMBSTR encoding if it is smaller than - * REIDS_ENCODING_EMBSTR_SIZE_LIMIT, otherwise the RAW encoding is + * OBJ_ENCODING_EMBSTR_SIZE_LIMIT, otherwise the RAW encoding is * used. * * The current limit of 39 is chosen so that the biggest string object