From: xianxiaxiao Date: Thu, 15 Dec 2016 09:23:46 +0000 (+0000) Subject: rc/os/memstore/MemStore.h : fix typos X-Git-Tag: v11.1.1~55^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=962587165cfc4459b81546aea56255ce4d577bef;p=ceph.git rc/os/memstore/MemStore.h : fix typos Signed-off-by: xianxiaxiao --- diff --git a/src/os/memstore/MemStore.h b/src/os/memstore/MemStore.h index 5401c9e9d4b..2dc577aba5e 100644 --- a/src/os/memstore/MemStore.h +++ b/src/os/memstore/MemStore.h @@ -206,7 +206,7 @@ private: int _touch(const coll_t& cid, const ghobject_t& oid); int _write(const coll_t& cid, const ghobject_t& oid, uint64_t offset, size_t len, - const bufferlist& bl, uint32_t fadvsie_flags = 0); + const bufferlist& bl, uint32_t fadvise_flags = 0); int _zero(const coll_t& cid, const ghobject_t& oid, uint64_t offset, size_t len); int _truncate(const coll_t& cid, const ghobject_t& oid, uint64_t size); int _remove(const coll_t& cid, const ghobject_t& oid);