CVSROOT:        /cvsroot/freetype
Module name:    ft2demos
Changes by:     Werner LEMBERG <wl>     06/06/04 15:24:28

Modified files:
        src            : ftbench.c 

Log message:
        formatting, rewording

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ft2demos/src/ftbench.c?cvsroot=freetype&r1=1.26&r2=1.27

Patches:
Index: ftbench.c
===================================================================
RCS file: /cvsroot/freetype/ft2demos/src/ftbench.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- ftbench.c   4 Jun 2006 15:00:59 -0000       1.26
+++ ftbench.c   4 Jun 2006 15:24:28 -0000       1.27
@@ -796,20 +796,20 @@
     }
   }
 
- /* the following is a bit subtle: when we call FTC_Manager_Done,
-  * this normally destroys all FT_Face objects that the cache might
-  * have created by calling the face requester.
+  /* The following is a bit subtle: When we call FTC_Manager_Done, this
+   * normally destroys all FT_Face objects that the cache might have created
+   * by calling the face requester.
   *
-  * however, this little benchmark as a tricky face requester that
-  * doesn't create a new FT_Face through FT_New_Face, but simply
-  * pass a pointer to the one that was previously created.
+   * However, this little benchmark uses a tricky face requester that
+   * doesn't create a new FT_Face through FT_New_Face but simply pass a
+   * pointer to the one that was previously created.
   *
-  * if the cache manager was used before, the call to FTC_Manager_Done
-  * will discard our single FT_Face.
+   * If the cache manager has been used before, the call to FTC_Manager_Done
+   * discards our single FT_Face.
   *
-  * in the case where no cache manager is in place, or if no test
-  * was run, the call to FT_Done_FreeType will release any remaining
-  * FT_Face anyway
+   * In the case where no cache manager is in place, or if no test was run,
+   * the call to FT_Done_FreeType releases any remaining FT_Face object
+   * anyway.
   */
   if ( cache_man )
     FTC_Manager_Done( cache_man );


_______________________________________________
Freetype-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-cvs

Reply via email to