Andrey Gusev : ddraw: Fix typos in comments.

Alexandre Julliard julliard at winehq.org
Mon Jan 8 16:08:06 CST 2018


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Jan  8 13:43:44 2018 +0200

ddraw: Fix typos in comments.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ddraw/device.c       | 2 +-
 dlls/ddraw/vertexbuffer.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c
index 542f23a..28bb2fb 100644
--- a/dlls/ddraw/device.c
+++ b/dlls/ddraw/device.c
@@ -1170,7 +1170,7 @@ static HRESULT WINAPI d3d_device3_EnumTextureFormats(IDirect3DDevice3 *iface,
  * IDirect3DDevice2::EnumTextureformats
  *
  * EnumTextureFormats for Version 1 and 2, see
- * IDirect3DDevice7::EnumTexureFormats for a more detailed description.
+ * IDirect3DDevice7::EnumTextureFormats for a more detailed description.
  *
  * This version has a different callback and does not enumerate FourCC
  * formats
diff --git a/dlls/ddraw/vertexbuffer.c b/dlls/ddraw/vertexbuffer.c
index cc676f3..6a9544b 100644
--- a/dlls/ddraw/vertexbuffer.c
+++ b/dlls/ddraw/vertexbuffer.c
@@ -254,7 +254,7 @@ static HRESULT WINAPI d3d_vertex_buffer7_Unlock(IDirect3DVertexBuffer7 *iface)
  *  SrcIndex: Index of the first vertex in the src buffer to process
  *  D3DDevice: Device to use for transformation
  *  Flags: 0 for default, D3DPV_DONOTCOPYDATA to prevent copying
- *         unchaned vertices
+ *         unchanged vertices
  *
  * Returns:
  *  D3D_OK on success




More information about the wine-cvs mailing list