浏览代码

fix a typo in the comment of skiplist_test.cc (#664)

ld
usurai 5 年前
committed by Chris Mumford
父节点
当前提交
6571279d6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      db/skiplist_test.cc

+ 1
- 1
db/skiplist_test.cc 查看文件

@ -131,7 +131,7 @@ TEST(SkipTest, InsertAndLookup) {
// concurrent readers (with no synchronization other than when a
// reader's iterator is created), the reader always observes all the
// data that was present in the skip list when the iterator was
// constructor. Because insertions are happening concurrently, we may
// constructed. Because insertions are happening concurrently, we may
// also observe new values that were inserted since the iterator was
// constructed, but we should never miss any values that were present
// at iterator construction time.

正在加载...
取消
保存