ref: 9d043dae275956ef9f39c0e3f71c517dba534651
parent: cb23a62880203a19de2b41d4d80372bb5458dba2
author: Werner Lemberg <[email protected]>
date: Thu Jun 13 06:45:56 EDT 2013
Minor doc improvement. Suggested by Ulrich Eckhardt <[email protected]>.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -329,8 +329,8 @@
/* 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. */
/* */
/* <Note> */
/* Library objects are normally created by @FT_Init_FreeType, and */