Module: wine Branch: master Commit: 4e395ba85bca93a648653000c92e6c06a59a928f URL: https://source.winehq.org/git/wine.git/?a=commit;h=4e395ba85bca93a648653000c...
Author: Jeff Smith whydoubt@gmail.com Date: Thu Nov 19 10:35:56 2020 -0600
gdiplus: Fix function name typo in comment.
Signed-off-by: Jeff Smith whydoubt@gmail.com Signed-off-by: Esme Povirk esme@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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) {