Pārlūkot izejas kodu

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

main
usurai pirms 5 gadiem
revīziju iesūtīja Chris Mumford
vecāks
revīzija
6571279d6d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      db/skiplist_test.cc

+ 1
- 1
db/skiplist_test.cc Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt