Francois Gouget : mfdrv: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Mon Jul 4 09:54:40 CDT 2016


Module: wine
Branch: master
Commit: d7e18f6540244cc730e8f9dbbbc737ad6d0eda12
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d7e18f6540244cc730e8f9dbbbc737ad6d0eda12

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul  2 11:58:33 2016 +0200

mfdrv: Fix a typo in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdi32/mfdrv/bitblt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/mfdrv/bitblt.c b/dlls/gdi32/mfdrv/bitblt.c
index fd6c68f..9bf7ab5 100644
--- a/dlls/gdi32/mfdrv/bitblt.c
+++ b/dlls/gdi32/mfdrv/bitblt.c
@@ -161,7 +161,7 @@ INT MFDRV_StretchDIBits( PHYSDEV dev, INT xDst, INT yDst, INT widthDst,
 
 
 /***********************************************************************
- *           MFDRV_SetDIBitsToDeivce
+ *           MFDRV_SetDIBitsToDevice
  */
 INT MFDRV_SetDIBitsToDevice( PHYSDEV dev, INT xDst, INT yDst, DWORD cx,
                              DWORD cy, INT xSrc, INT ySrc, UINT startscan,




More information about the wine-cvs mailing list