Index: generic/src/adt/btree.c
===================================================================
--- generic/src/adt/btree.c	(revision 252127ea53d56360e90ed108827a4e9f661a21c4)
+++ generic/src/adt/btree.c	(revision 2a1fa51536bfc1c1cff6d27d507dc0e67b239201)
@@ -32,5 +32,5 @@
  * - values (i.e. pointers to values) are stored only in leaves
  * - leaves are linked in a list
- * - technically, it is a B+-tree (because of the previous properties)
+ * - technically, it is a B+tree (because of the previous properties)
  *
  * Be carefull when using these trees. They need to allocate
