From: Samuel Just Date: Fri, 11 Dec 2020 21:27:01 +0000 (-0800) Subject: crimson/os/seastore/journal: fix typo in comment X-Git-Tag: v16.1.0~284^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38290%2Fhead;p=ceph.git crimson/os/seastore/journal: fix typo in comment Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/seastore/journal.cc b/src/crimson/os/seastore/journal.cc index a16c2ab2f1f1..80d6de842c8d 100644 --- a/src/crimson/os/seastore/journal.cc +++ b/src/crimson/os/seastore/journal.cc @@ -554,10 +554,10 @@ Journal::replay_segment( [=](auto &delta) { /* The journal may validly contain deltas for extents in * since released segments. We can detect those cases by - * whether the segment in question currently has a sequence - * number > the current journal segment seq. We can safely - * skip these deltas because the extent must already have - * been rewritten. + * checking whether the segment in question currently has a + * sequence number > the current journal segment seq. We can + * safetly skip these deltas because the extent must already + * have been rewritten. * * Note, this comparison exploits the fact that * SEGMENT_SEQ_NULL is a large number.