summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mem0pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/mem0pool.h')
-rw-r--r--storage/innobase/include/mem0pool.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/innobase/include/mem0pool.h b/storage/innobase/include/mem0pool.h
index 43707bd5f61..bf659ca9a72 100644
--- a/storage/innobase/include/mem0pool.h
+++ b/storage/innobase/include/mem0pool.h
@@ -25,14 +25,14 @@ struct mem_area_struct{
ulint size_and_free; /* memory area size is obtained by
anding with ~MEM_AREA_FREE; area in
a free list if ANDing with
- MEM_AREA_FREE results in nonzero */
+ MEM_AREA_FREE results in nonzero */
UT_LIST_NODE_T(mem_area_t)
free_list; /* free list node */
};
/* Each memory area takes this many extra bytes for control information */
#define MEM_AREA_EXTRA_SIZE (ut_calc_align(sizeof(struct mem_area_struct),\
- UNIV_MEM_ALIGNMENT))
+ UNIV_MEM_ALIGNMENT))
/************************************************************************
Creates a memory pool. */
@@ -97,7 +97,7 @@ Prints info of a memory pool. */
void
mem_pool_print_info(
/*================*/
- FILE* outfile,/* in: output file to write to */
+ FILE* outfile,/* in: output file to write to */
mem_pool_t* pool); /* in: memory pool */
@@ -105,4 +105,4 @@ mem_pool_print_info(
#include "mem0pool.ic"
#endif
-#endif
+#endif