]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
FileJournal: Fix typo in the comment 14493/head
authorZhou Zhengping <johnzzpcrystal@gmail.com>
Thu, 13 Apr 2017 04:26:11 +0000 (12:26 +0800)
committerZhou Zhengping <johnzzpcrystal@gmail.com>
Thu, 13 Apr 2017 04:26:11 +0000 (12:26 +0800)
Signed-off-by: Zhou Zhengping <johnzzpcrystal@gmail.com>
src/os/filestore/FileJournal.h

index 67c4f03fd2086b0c58eb4d2e46fc23befd27ca04..1cde187627282d1e1aa24910ed2d654a2d2bdaec 100644 (file)
@@ -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;