]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
include/buffer.h: fix comment 'no not allow' -> 'do not allow'
authorxin.yuan <xin.yuan@istuary.com>
Tue, 5 Sep 2017 11:25:39 +0000 (19:25 +0800)
committermychoxin <mychoxin@gmail.com>
Tue, 5 Sep 2017 11:25:39 +0000 (19:25 +0800)
Signed-off-by: mychoxin <mychoxin@gmail.com>
src/include/buffer.h

index d9c92ce64d6eef8375b6fe26209df9ce7d8e8dee..306448bed4106fbcbf72bdd98597ff11450ed755 100644 (file)
@@ -181,7 +181,7 @@ namespace buffer CEPH_BUFFER_API {
       const char *start; ///< starting pointer into bp->c_str()
       const char *pos;   ///< pointer into bp->c_str()
       const char *end_ptr;   ///< pointer to bp->end_c_str()
-      bool deep;         ///< if true, no not allow shallow ptr copies
+      bool deep;         ///< if true, do not allow shallow ptr copies
 
       iterator(const ptr *p, size_t offset, bool d)
        : bp(p),