From: Zhou Zhengping Date: Thu, 13 Apr 2017 04:26:11 +0000 (+0800) Subject: FileJournal: Fix typo in the comment X-Git-Tag: v12.0.3~252^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=414983aa7c854b4715849d147171ecc02609df5d;p=ceph.git FileJournal: Fix typo in the comment Signed-off-by: Zhou Zhengping --- 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;