diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/rbd/action/Children.cc | 2 | ||||
-rw-r--r-- | src/tools/rbd/action/Journal.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rbd/action/Children.cc b/src/tools/rbd/action/Children.cc index 143337e32ce..550b19bb9b9 100644 --- a/src/tools/rbd/action/Children.cc +++ b/src/tools/rbd/action/Children.cc @@ -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" diff --git a/src/tools/rbd/action/Journal.cc b/src/tools/rbd/action/Journal.cc index 72663a1aa84..d4a218953d6 100644 --- a/src/tools/rbd/action/Journal.cc +++ b/src/tools/rbd/action/Journal.cc @@ -749,7 +749,7 @@ public: } 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} |