Louis Lenders : winex11.drv: Small spelling fix.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 14 07:25:29 CDT 2007


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

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Mon Mar 12 20:34:22 2007 +0000

winex11.drv: Small spelling fix.

---

 dlls/winex11.drv/dib_convert.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/dib_convert.c b/dlls/winex11.drv/dib_convert.c
index d946918..5d90f68 100644
--- a/dlls/winex11.drv/dib_convert.c
+++ b/dlls/winex11.drv/dib_convert.c
@@ -40,8 +40,8 @@
  *   of the image. This is always >0.
  * - srcbits
  *   Points to the first byte containing data to be copied. If the source
- *   surface starts are coordinates (x,y) then this is:
- *   image_ptr+x*bytes_pre_pixel+y*bytes_per_line
+ *   surface starts at coordinates (x,y) then this is:
+ *   image_ptr+x*bytes_per_pixel+y*bytes_per_line
  *   (with further adjustments for top-down/bottom-up images)
  * - srclinebytes
  *   This is the number of bytes per line. It may be >0 or <0 depending on




More information about the wine-cvs mailing list