Rename bloom_test_and_insert() to bloom_insert().
[adu.git] / string.h
index 1eb8f0150d92a690850e0f3b20cdb31a37f20e8b..128376995c0b45c1b565ba4527a8fdec0fd0aa2a 100644 (file)
--- a/string.h
+++ b/string.h
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file string.h exported sybmols from string.c */
+/** \file string.h \brief Exported sybmols from string.c */
 
 __must_check __malloc void *adu_realloc(void *p, size_t size);
 __must_check __malloc void *adu_malloc(size_t size);