]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
include/mempool: fix comment
authorSage Weil <sage@redhat.com>
Mon, 17 Oct 2016 17:56:59 +0000 (13:56 -0400)
committerSage Weil <sage@redhat.com>
Wed, 2 Nov 2016 17:48:49 +0000 (13:48 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/include/mempool.h

index 7a0b5439c9af63a4f79dcce55607389664cfa598..b69c09d5435e19b08f1e11d0e7a7e573c9de80a2 100644 (file)
@@ -84,7 +84,7 @@ declarations are needed.
 For a class:
 
   struct Foo {
-    MEMBER_OF_MEMPOOL()
+    MEMPOOL_CLASS_HELPERS();
     ...
   };