From 9d043dae275956ef9f39c0e3f71c517dba534651 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 13 Jun 2013 10:45:56 +0200 Subject: [PATCH] Minor doc improvement. Suggested by Ulrich Eckhardt . --- include/freetype/freetype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 3e51dab8e..28aef9762 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -329,8 +329,8 @@ FT_BEGIN_HEADER /* It also embeds a memory manager (see @FT_Memory), as well as a */ /* scan-line converter object (see @FT_Raster). */ /* */ - /* For multi-threading applications each thread should have its own */ - /* FT_Library object. */ + /* In multi-threaded applications, make sure that the same FT_Library */ + /* object or any of its children doesn't get accessed in parallel. */ /* */ /* */ /* Library objects are normally created by @FT_Init_FreeType, and */