]> git.saurik.com Git - redis.git/commitdiff
minor code comment change
authorantirez <antirez@gmail.com>
Wed, 2 Jun 2010 13:00:02 +0000 (15:00 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 Jun 2010 13:00:02 +0000 (15:00 +0200)
redis.c

diff --git a/redis.c b/redis.c
index bc67235714f51c041f225c4404f699d48cc3e4aa..6d762a7b9cd4b1788ce000946be278cba55e41d7 100644 (file)
--- 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 {