diff --git a/src/object.c b/src/object.c index 48ffa42b9..c5f397a35 100644 --- a/src/object.c +++ b/src/object.c @@ -126,7 +126,7 @@ robj *createStringObject(const char *ptr, size_t len) { /* Create a string object from a long long value. When possible returns a * shared integer object, or at least an integer encoded one. * - * If valueobj is non zero, the function avoids returning a a shared + * If valueobj is non zero, the function avoids returning a shared * integer, because the object is going to be used as value in the Redis key * space (for instance when the INCR command is used), so we want LFU/LRU * values specific for each key. */