]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/journal: fix typo in comment 38290/head
authorSamuel Just <sjust@redhat.com>
Fri, 11 Dec 2020 21:27:01 +0000 (13:27 -0800)
committerSamuel Just <sjust@redhat.com>
Sat, 12 Dec 2020 02:18:19 +0000 (18:18 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/journal.cc

index a16c2ab2f1f1274537df9e8d42608a62783b970f..80d6de842c8d4ee49ee54b9e0e56cf451876b5a8 100644 (file)
@@ -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.