]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix include guard.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 15 Sep 2013 09:56:18 +0000 (09:56 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 15 Sep 2013 09:56:18 +0000 (09:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13547

include/pub_tool_poolalloc.h

index cd00790576f21b70338faa23796646a53a13d698..385483ddfcb4a89759d2d6f01d7745cd4504e292 100644 (file)
@@ -1,6 +1,6 @@
 
 /*--------------------------------------------------------------------*/
-/*--- A simple pool (memory) allocator.     pub_tool_poolalloc.h ---*/
+/*--- A simple pool (memory) allocator.       pub_tool_poolalloc.h ---*/
 /*--------------------------------------------------------------------*/
 
 /*
@@ -28,8 +28,8 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#ifndef __PUB_TOOL_GROUPALLOC_H
-#define __PUB_TOOL_GROUPALLOC_H
+#ifndef __PUB_TOOL_POOLALLOC_H
+#define __PUB_TOOL_POOLALLOC_H
 
 //--------------------------------------------------------------------
 // PURPOSE: Provides efficient allocation and free of elements of