Skip to content

Fix typos in public header comments#14890

Open
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/header-comment-typos
Open

Fix typos in public header comments#14890
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/header-comment-typos

Conversation

@durvesh1992

Copy link
Copy Markdown

Fixes a handful of small comment typos in public API headers. These are visible to consumers since the headers are part of the public RocksDB API surface. Comment-only; no behavioral change.

File Before After
include/rocksdb/utilities/transaction.h the the key was previous tracked the key was previously tracked
include/rocksdb/sst_file_reader.h TableIterator`that (missing space) TableIterator` that
include/rocksdb/write_buffer_manager.h untill until
include/rocksdb/options.h overriden overridden
include/rocksdb/file_system.h overriden overridden

No build/behavior impact.

Fixes a few small comment typos in public API headers:
- transaction.h: 'the the key was previous tracked' -> 'the key was previously tracked'
- sst_file_reader.h: add missing space after `TableIterator`
- write_buffer_manager.h: 'untill' -> 'until'
- options.h, file_system.h: 'overriden' -> 'overridden'

Comment-only; no behavioral change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant