- Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count.
- Bug fix: bm_get_bitmap2_node_creation_count() now returns the correct
  counter.
- More tl_assert() calls in drd_bitmap.h that were commented out are now
  surrounded by #ifdef ENABLE_DRD_CONSISTENCY_CHECKS / #endif.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8223 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/drd_bitmap.c b/exp-drd/drd_bitmap.c
index ab72a0d..c02bd49 100644
--- a/exp-drd/drd_bitmap.c
+++ b/exp-drd/drd_bitmap.c
@@ -904,7 +904,7 @@
 
 ULong bm_get_bitmap2_node_creation_count(void)
 {
-  return s_bitmap2_creation_count;
+  return s_bitmap2_node_creation_count;
 }
 
 ULong bm_get_bitmap2_creation_count(void)