소스 검색

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

naive_version
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.

불러오는 중...
취소
저장