Minor doc improvement.

Suggested by Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com>.
This commit is contained in:
Werner Lemberg 2013-06-13 10:45:56 +02:00
parent cb23a62880
commit 9d043dae27
1 changed files with 2 additions and 2 deletions

View File

@ -329,8 +329,8 @@ FT_BEGIN_HEADER
/* It also embeds a memory manager (see @FT_Memory), as well as a */ /* It also embeds a memory manager (see @FT_Memory), as well as a */
/* scan-line converter object (see @FT_Raster). */ /* scan-line converter object (see @FT_Raster). */
/* */ /* */
/* For multi-threading applications each thread should have its own */ /* In multi-threaded applications, make sure that the same FT_Library */
/* FT_Library object. */ /* object or any of its children doesn't get accessed in parallel. */
/* */ /* */
/* <Note> */ /* <Note> */
/* Library objects are normally created by @FT_Init_FreeType, and */ /* Library objects are normally created by @FT_Init_FreeType, and */