Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / src / hb-cache.hh
index bf26d96..e617b75 100644 (file)
@@ -30,7 +30,7 @@
 #include "hb.hh"
 
 
-/* Implements a lock-free cache for int->int functions. */
+/* Implements a lockfree cache for int->int functions. */
 
 template <unsigned int key_bits, unsigned int value_bits, unsigned int cache_bits>
 struct hb_cache_t