]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rbd: fix typos.
authorShiyang Ruan <ruansy.fnst@cn.fujitsu.com>
Tue, 6 Nov 2018 09:13:43 +0000 (17:13 +0800)
committerShiyang Ruan <ruansy.fnst@cn.fujitsu.com>
Wed, 14 Nov 2018 03:23:56 +0000 (11:23 +0800)
Signed-off-by: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>
src/tools/rbd/action/Children.cc
src/tools/rbd/action/Journal.cc

index 143337e32ceb031562832a14149f40769e676138..550b19bb9b99674c0793a093c502a198bb41ac0c 100644 (file)
@@ -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"
index 72663a1aa84a79f3cbf82c26419d966983886874..d4a218953d6ebf75786b56d7476bc5d931b60349 100644 (file)
@@ -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}