summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-26 20:56:04 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-30 11:24:57 +0200
commit06134457d2163d3376009a419fa2fd87e84918ad (patch)
treecb08e0595d9dd7e1851178cfcaa6e5c32dca2192
parent269412ef44c538642d35900a94a3e9b9c56ad9cd (diff)
downloadsystemd-06134457d2163d3376009a419fa2fd87e84918ad.tar.gz
basic/hashmap: update comment
-rw-r--r--src/basic/hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h
index a3bc328142..e4f2333739 100644
--- a/src/basic/hashmap.h
+++ b/src/basic/hashmap.h
@@ -14,7 +14,7 @@
* will be treated as empty hashmap for all read operations. That way it is not
* necessary to instantiate an object for each Hashmap use.
*
- * If ENABLE_DEBUG_HASHMAP is defined (by configuring with --enable-debug=hashmap),
+ * If ENABLE_DEBUG_HASHMAP is defined (by configuring with -Ddebug-extra=hashmap),
* the implementation will:
* - store extra data for debugging and statistics (see tools/gdb-sd_dump_hashmaps.py)
* - perform extra checks for invalid use of iterators