]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix typo in PG::clear_primary_state 11513/head
authorBrad Hubbard <bhubbard@redhat.com>
Sun, 16 Oct 2016 22:03:51 +0000 (08:03 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Sun, 16 Oct 2016 22:12:34 +0000 (08:12 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/PG.cc

index 4ca9a48a2fa1b344424b2f2e80eccb57d255da44..fb8eaa697c2a02f3dd15f4302c5ab839fedde271 100644 (file)
@@ -948,7 +948,7 @@ void PG::clear_primary_state()
 
   snap_trimq.clear();
 
-  finish_sync_event = 0;  // so that _finish_recvoery doesn't go off in another thread
+  finish_sync_event = 0;  // so that _finish_recovery doesn't go off in another thread
 
   missing_loc.clear();