From 414983aa7c854b4715849d147171ecc02609df5d Mon Sep 17 00:00:00 2001 From: Zhou Zhengping Date: Thu, 13 Apr 2017 12:26:11 +0800 Subject: [PATCH] FileJournal: Fix typo in the comment Signed-off-by: Zhou Zhengping --- src/os/filestore/FileJournal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/filestore/FileJournal.h b/src/os/filestore/FileJournal.h index 67c4f03fd208..1cde18762728 100644 --- a/src/os/filestore/FileJournal.h +++ b/src/os/filestore/FileJournal.h @@ -137,8 +137,8 @@ public: * not known. * * If the first read on open fails, we can assume corruption - * if start_seq > committed_up_thru because the entry would have - * a sequence >= start_seq and therefore > committed_up_thru. + * if start_seq > committed_up_to because the entry would have + * a sequence >= start_seq and therefore > committed_up_to. */ uint64_t start_seq; -- 2.47.3