]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common/interruptible_future: fix typo 46137/head
authorSamuel Just <sjust@redhat.com>
Thu, 14 Apr 2022 22:00:02 +0000 (15:00 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 2 May 2022 21:47:12 +0000 (21:47 +0000)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/interruptible_future.h

index 5abb652dca017a45fbe005f4565286e5fe9bae69..1cb6419700ce1dc431962030da867e57e5b21cac 100644 (file)
@@ -174,7 +174,7 @@ auto call_with_interruption_impl(
     typename futurator_t::type>();
   INTR_FUT_DEBUG(
     "call_with_interruption_impl: may_interrupt: {}, "
-    "local interrupt_condintion: {}, "
+    "local interrupt_condition: {}, "
     "global interrupt_cond: {},{}",
     interrupt,
     (void*)interrupt_condition.get(),