提交 169dd6b7 编写于 作者: A antirez

minor code comment change

上级 612e4de8
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册