From: Zbigniew Jędrzejewski-Szmek Date: Tue, 26 May 2020 18:56:04 +0000 (+0200) Subject: basic/hashmap: update comment X-Git-Tag: v246-rc1~193^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06134457d2163d3376009a419fa2fd87e84918ad;p=thirdparty%2Fsystemd.git basic/hashmap: update comment --- diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h index a3bc3281421..e4f23337395 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