From 2c5442a1d5891ecfdfea0fc7dece623eebeaf533 Mon Sep 17 00:00:00 2001 From: "xin.yuan" Date: Tue, 5 Sep 2017 19:25:39 +0800 Subject: [PATCH] include/buffer.h: fix comment 'no not allow' -> 'do not allow' Signed-off-by: mychoxin --- src/include/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/buffer.h b/src/include/buffer.h index d9c92ce64d6..306448bed41 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), -- 2.39.5