Skip to content

Commit cea9b10

Browse files
committed
Fixed incorrect comment wording for Iterator::Seek.
1 parent c00c569 commit cea9b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/leveldb/iterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Iterator {
3737
// Valid() after this call iff the source is not empty.
3838
virtual void SeekToLast() = 0;
3939

40-
// Position at the first key in the source that at or past target
40+
// Position at the first key in the source that is at or past target.
4141
// The iterator is Valid() after this call iff the source contains
4242
// an entry that comes at or past target.
4343
virtual void Seek(const Slice& target) = 0;

0 commit comments

Comments
 (0)