diff --git a/include/rocksdb/table.h b/include/rocksdb/table.h index a86c763c0..e74f4669f 100644 --- a/include/rocksdb/table.h +++ b/include/rocksdb/table.h @@ -422,7 +422,7 @@ class TableFactory { // and cache the table object returned. // (2) SstFileReader (for SST Dump) opens the table and dump the table // contents using the iterator of the table. - // (3) DBImpl::AddFile() calls this function to read the contents of + // (3) DBImpl::IngestExternalFile() calls this function to read the contents of // the sst file it's attempting to add // // table_reader_options is a TableReaderOptions which contain all the