From: Justin Viiret Date: Tue, 17 Jan 2017 03:22:21 +0000 (+1100) Subject: flat_map: small doc fix X-Git-Tag: v4.5.0^2~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27adea22246fc966e455a9de58f7bc6254ec917d;p=thirdparty%2Fvectorscan.git flat_map: small doc fix --- diff --git a/src/util/ue2_containers.h b/src/util/ue2_containers.h index 5af1ad8d..672cb811 100644 --- a/src/util/ue2_containers.h +++ b/src/util/ue2_containers.h @@ -349,7 +349,7 @@ public: /** * \brief Map container implemented internally as a sorted vector. Use this - * rather than std::map for small sets as it's faster, uses less memory and + * rather than std::map for small maps as it's faster, uses less memory and * incurs less malloc time. * * Note: we used to use boost::flat_map, but have run into problems with all