From: antirez Date: Wed, 2 Jun 2010 13:00:02 +0000 (+0200) Subject: minor code comment change X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/169dd6b7d3f113282d0320e24f2d4f590a3f6314?ds=inline;hp=--cc minor code comment change --- 169dd6b7d3f113282d0320e24f2d4f590a3f6314 diff --git a/redis.c b/redis.c index bc672357..6d762a7b 100644 --- a/redis.c +++ b/redis.c @@ -271,7 +271,7 @@ typedef struct redisObject { * as redisObject structures. * * This is useful as we don't know if a value object is or not on disk, but we - * are always free of accessing obj->storage to check this. For vmPointer + * are always able to read obj->storage to check this. For vmPointer * structures "type" is set to REDIS_VMPOINTER (even if without this field * is still possible to check the kind of object from the value of 'storage').*/ typedef struct vmPointer {