diff --git a/storage/rocksdb/rdb_datadic.h b/storage/rocksdb/rdb_datadic.h index 2085bfadc12f..ef0a5ec96e86 100644 --- a/storage/rocksdb/rdb_datadic.h +++ b/storage/rocksdb/rdb_datadic.h @@ -265,7 +265,7 @@ class Rdb_key_def { else get_supremum_key(key, size); - /* Find out how many bytes of infimum are the same as m_index_number */ + /* Find out how many bytes are the same as m_index_number */ uchar unmodified_key[INDEX_NUMBER_SIZE]; rdb_netbuf_store_index(unmodified_key, m_index_number); int i; @@ -276,7 +276,6 @@ class Rdb_key_def { return i; } - /* Make a key that is right after the given key. */ static int successor(uchar *const packed_tuple, const uint &len);