From: Sage Weil Date: Mon, 17 Oct 2016 17:56:59 +0000 (-0400) Subject: include/mempool: fix comment X-Git-Tag: v11.1.0~442^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ca9328412014c9e08e2dfa221fd7522411f07858;p=ceph.git include/mempool: fix comment Signed-off-by: Sage Weil --- diff --git a/src/include/mempool.h b/src/include/mempool.h index 7a0b5439c9af..b69c09d5435e 100644 --- a/src/include/mempool.h +++ b/src/include/mempool.h @@ -84,7 +84,7 @@ declarations are needed. For a class: struct Foo { - MEMBER_OF_MEMPOOL() + MEMPOOL_CLASS_HELPERS(); ... };