Jeff Smith : gdiplus: Fix function name typo in comment.

Alexandre Julliard julliard at winehq.org
Mon Nov 23 15:43:23 CST 2020


Module: wine
Branch: master
Commit: 4e395ba85bca93a648653000c92e6c06a59a928f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4e395ba85bca93a648653000c92e6c06a59a928f

Author: Jeff Smith <whydoubt at gmail.com>
Date:   Thu Nov 19 10:35:56 2020 -0600

gdiplus: Fix function name typo in comment.

Signed-off-by: Jeff Smith <whydoubt at gmail.com>
Signed-off-by: Esme Povirk <esme at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdiplus/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c
index b0504b5d894..4301fa3aaa3 100644
--- a/dlls/gdiplus/font.c
+++ b/dlls/gdiplus/font.c
@@ -1037,7 +1037,7 @@ GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif(GpFontFamily **nativeFamil
 }
 
 /*****************************************************************************
- * GdipGetGenericFontFamilySansSerif [GDIPLUS.@]
+ * GdipNewPrivateFontCollection [GDIPLUS.@]
  */
 GpStatus WINGDIPAPI GdipNewPrivateFontCollection(GpFontCollection** fontCollection)
 {




More information about the wine-cvs mailing list