From 74767deec318fcd69ecab71ad85627eda566ac06 Mon Sep 17 00:00:00 2001 From: Gihwan Oh Date: Fri, 6 Apr 2018 15:35:04 -0700 Subject: [PATCH] Fix typo Summary: regrad -> regard Closes https://github.com/facebook/rocksdb/pull/3685 Differential Revision: D7540952 Pulled By: miasantreble fbshipit-source-id: e08c9389f7fccf401c962a4441b62cd5e73a33ad --- db/compaction_job.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/compaction_job.cc b/db/compaction_job.cc index d2ffce26d..a9a7f106a 100644 --- a/db/compaction_job.cc +++ b/db/compaction_job.cc @@ -1135,7 +1135,7 @@ Status CompactionJob::FinishCompactionOutputFile( // We set for_compaction to false and don't OptimizeForCompactionTableRead // here because this is a special case after we finish the table building // No matter whether use_direct_io_for_flush_and_compaction is true, - // we will regrad this verification as user reads since the goal is + // we will regard this verification as user reads since the goal is // to cache it here for further user reads InternalIterator* iter = cfd->table_cache()->NewIterator( ReadOptions(), env_options_, cfd->internal_comparator(), meta->fd,