diff options
author | Shiyang Ruan <ruansy.fnst@cn.fujitsu.com> | 2018-11-06 10:13:43 +0100 |
---|---|---|
committer | Shiyang Ruan <ruansy.fnst@cn.fujitsu.com> | 2018-11-14 04:23:56 +0100 |
commit | 9a6f2608dbd76dc97bcf2953ac838ea9a9126943 (patch) | |
tree | 02a34e3fb6a63a98f586d62e8edc2cb4448681d7 /src | |
parent | Merge pull request #24616 from tchaikov/wip-wip-librados-3 (diff) | |
download | ceph-9a6f2608dbd76dc97bcf2953ac838ea9a9126943.tar.xz ceph-9a6f2608dbd76dc97bcf2953ac838ea9a9126943.zip |
rbd: fix typos.
Signed-off-by: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>
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} |