Skip to content

Commit

Permalink
Merge pull request ceph#25083 from iridescent-rsy/fix-typo
Browse files Browse the repository at this point in the history
rbd: fix some typos

Reviewed-by: Jason Dillaman <[email protected]>
  • Loading branch information
Jason Dillaman authored Nov 14, 2018
2 parents 0aa5566 + 1857217 commit b14751c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tools/rbd/action/Children.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -*- mode:C++; tab-width:8; c-basic-offsset:2; indent-tabs-mode:t -*-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#include "tools/rbd/ArgumentTypes.h"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rbd/action/Journal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class JournalImporter {
}

bool read_entry(bufferlist& bl, int& r) {
// Entries are storead in the file using the following format:
// Entries are stored in the file using the following format:
//
// # Optional comments
// NNN {json encoded entry}
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rbd_mirror/Instances.cc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void Instances<I>::handle_remove_instances(
dout(10) << "r=" << r << ", instance_ids=" << instance_ids << dendl;
ceph_assert(r == 0);

// fire removed notification now that instaces have been blacklisted
// fire removed notification now that instances have been blacklisted
m_threads->work_queue->queue(
new C_NotifyInstancesRemoved(this, instance_ids), 0);

Expand Down

0 comments on commit b14751c

Please sign in to comment.