Index: third_party/harfbuzz-ng/src/hb-blob.h |
diff --git a/third_party/harfbuzz-ng/src/hb-blob.h b/third_party/harfbuzz-ng/src/hb-blob.h |
index d3d0f41b11c3b100cdee91525924c23226acd0cf..b2419abfd2a556ba00e152eb8999e76a32de1c55 100644 |
--- a/third_party/harfbuzz-ng/src/hb-blob.h |
+++ b/third_party/harfbuzz-ng/src/hb-blob.h |
@@ -47,14 +47,13 @@ HB_BEGIN_DECLS |
* - Use MODE_READONLY otherse, unless you really really |
* really know what you are doing, |
* |
- * - MODE_WRITABLE is appropriate if you relaly made a |
+ * - MODE_WRITABLE is appropriate if you really made a |
* copy of data solely for the purpose of passing to |
* HarfBuzz and doing that just once (no reuse!), |
* |
* - If the font is mmap()ed, it's ok to use |
- * READONLY_MAY_MAKE_WRITABLE, however, there were |
- * design problems with that mode, so HarfBuzz do not |
- * really use it anymore. If not sure, use MODE_READONLY. |
+ * READONLY_MAY_MAKE_WRITABLE, however, using that mode |
+ * correctly is very tricky. Use MODE_READONLY instead. |
*/ |
typedef enum { |
HB_MEMORY_MODE_DUPLICATE, |