From 1a8ffc512987c1ff1b4896549f80b145c85454a8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 13 May 2014 21:06:39 -0400 Subject: [PATCH] Minor --- src/hb-blob.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hb-blob.h b/src/hb-blob.h index e6db39155..b2419abfd 100644 --- a/src/hb-blob.h +++ b/src/hb-blob.h @@ -52,9 +52,8 @@ HB_BEGIN_DECLS * 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,