diff --git a/src/object.c b/src/object.c index 167290d49..be95e3dc3 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