Commit 601cb88918d7c0b0b0394b1408c015f7bdd7128c

Werner Lemberg 2006-12-08T15:55:39

typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index f8e16e0..b87ead9 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1800,7 +1800,7 @@ FT_BEGIN_HEADER
   /*    FreeType error code.  0 means success.                             */
   /*                                                                       */
   /* <Note>                                                                */
-  /*    You must not deallocate the memory before calling @FT_Face_Done.   */
+  /*    You must not deallocate the memory before calling @FT_Done_Face.   */
   /*                                                                       */
   FT_EXPORT( FT_Error )
   FT_New_Memory_Face( FT_Library      library,