From: xin.yuan Date: Tue, 5 Sep 2017 11:25:39 +0000 (+0800) Subject: include/buffer.h: fix comment 'no not allow' -> 'do not allow' X-Git-Tag: v13.0.1~1049^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17489%2Fhead;p=ceph.git include/buffer.h: fix comment 'no not allow' -> 'do not allow' Signed-off-by: mychoxin --- diff --git a/src/include/buffer.h b/src/include/buffer.h index d9c92ce64d6ee..306448bed4106 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -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),