From ad2fdaa823bff24e71e7b20c3b22c76d2688823c Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Thu, 24 Mar 2016 19:39:13 -0700 Subject: [PATCH] Correct a typo in a comment Summary: Correct a typo in a comment Test Plan: No code change. Reviewers: sdong, kradhakrishnan, IslamAbdelRahman Reviewed By: kradhakrishnan, IslamAbdelRahman Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D55803 --- db/db_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db_impl.h b/db/db_impl.h index b9efb775b..f203e1994 100644 --- a/db/db_impl.h +++ b/db/db_impl.h @@ -523,7 +523,7 @@ class DBImpl : public DB { SequenceNumber* max_sequence, bool read_only); // The following two methods are used to flush a memtable to - // storage. The first one is used atdatabase RecoveryTime (when the + // storage. The first one is used at database RecoveryTime (when the // database is opened) and is heavyweight because it holds the mutex // for the entire period. The second method WriteLevel0Table supports // concurrent flush memtables to storage.