From f68706409d4b68d4807da123c4f52f00eea42512 Mon Sep 17 00:00:00 2001 From: SGZW Date: Mon, 4 Apr 2022 09:57:33 -0700 Subject: [PATCH] Fix typo about file/sst_file_manager_impl.h (#9799) Summary: Fix typo deletition-> deletion Pull Request resolved: https://github.com/facebook/rocksdb/pull/9799 Reviewed By: ajkr Differential Revision: D35341617 Pulled By: jay-zhuang fbshipit-source-id: 32bc384b99e5564f6a673076c6a4f160ee6c2e46 --- file/sst_file_manager_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/sst_file_manager_impl.h b/file/sst_file_manager_impl.h index d6db3d494..bc41a9405 100644 --- a/file/sst_file_manager_impl.h +++ b/file/sst_file_manager_impl.h @@ -166,7 +166,7 @@ class SstFileManagerImpl : public SstFileManager { std::unordered_map tracked_files_; // The maximum allowed space (in bytes) for sst and blob files. uint64_t max_allowed_space_; - // DeleteScheduler used to throttle file deletition. + // DeleteScheduler used to throttle file deletion. DeleteScheduler delete_scheduler_; port::CondVar cv_; // Flag to force error recovery thread to exit