diff --git a/table/plain/plain_table_index.h b/table/plain/plain_table_index.h index 86385b906..1202a2f56 100644 --- a/table/plain/plain_table_index.h +++ b/table/plain/plain_table_index.h @@ -20,7 +20,7 @@ namespace ROCKSDB_NAMESPACE { // The file contains two classes PlainTableIndex and PlainTableIndexBuilder // The two classes implement the index format of PlainTable. -// For descripton of PlainTable format, see comments of class +// For description of PlainTable format, see comments of class // PlainTableFactory // //