summaryrefslogtreecommitdiff
path: root/thirdparty/harfbuzz/src/hb-cache.hh
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-09-20 10:02:53 +0200
committerGitHub <noreply@github.com>2021-09-20 10:02:53 +0200
commit2f6abc1002bbb82ba0f4285076e880e20fad4388 (patch)
tree9eba4712d3e85919dc9dc5756dd6ef172b27a587 /thirdparty/harfbuzz/src/hb-cache.hh
parent89417ba75b59f26147218af8d08fced7152a80fa (diff)
parent3061e3859d603c56b322a6490ebe82db40475d83 (diff)
Merge pull request #52859 from bruvzg/hb300
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-cache.hh')
-rw-r--r--thirdparty/harfbuzz/src/hb-cache.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-cache.hh b/thirdparty/harfbuzz/src/hb-cache.hh
index bf26d96be4..e617b75de9 100644
--- a/thirdparty/harfbuzz/src/hb-cache.hh
+++ b/thirdparty/harfbuzz/src/hb-cache.hh
@@ -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