]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
flat_map: small doc fix
authorJustin Viiret <justin.viiret@intel.com>
Tue, 17 Jan 2017 03:22:21 +0000 (14:22 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 04:41:30 +0000 (14:41 +1000)
src/util/ue2_containers.h

index 5af1ad8dcc3a2f8a241e0610610b79be5496bf31..672cb811116b25927dd4bd4eab6fe89eae1a254c 100644 (file)
@@ -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