Commit 17651d0d authored by Zach Goldberg's avatar Zach Goldberg Committed by Alexandre Julliard

Fix some typos.

parent 464258b7
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
/* information in this file is highly derivated from MSDN DIA information pages */ /* information in this file is highly derived from MSDN DIA information pages */
/* symbols & types enumeration */ /* symbols & types enumeration */
enum SymTagEnum enum SymTagEnum
...@@ -186,7 +186,7 @@ enum CV_HREG_e ...@@ -186,7 +186,7 @@ enum CV_HREG_e
CV_REG_LDTR = 114, CV_REG_LDTR = 114,
CV_REG_TR = 115, CV_REG_TR = 115,
CV_REG_PSEUDO1 = 116, /* this includes Pseudo02 to Pseuso09 */ CV_REG_PSEUDO1 = 116, /* this includes Pseudo02 to Pseudo09 */
CV_REG_ST0 = 128, /* this includes ST1 to ST7 */ CV_REG_ST0 = 128, /* this includes ST1 to ST7 */
CV_REG_CTRL = 136, CV_REG_CTRL = 136,
CV_REG_STAT = 137, CV_REG_STAT = 137,
...@@ -473,7 +473,7 @@ enum CV_HREG_e ...@@ -473,7 +473,7 @@ enum CV_HREG_e
CV_AMD64_LDTR = CV_REG_LDTR, CV_AMD64_LDTR = CV_REG_LDTR,
CV_AMD64_TR = CV_REG_TR, CV_AMD64_TR = CV_REG_TR,
CV_AMD64_PSEUDO1 = CV_REG_PSEUDO1, /* this includes Pseudo02 to Pseuso09 */ CV_AMD64_PSEUDO1 = CV_REG_PSEUDO1, /* this includes Pseudo02 to Pseudo09 */
CV_AMD64_ST0 = CV_REG_ST0, /* this includes ST1 to ST7 */ CV_AMD64_ST0 = CV_REG_ST0, /* this includes ST1 to ST7 */
CV_AMD64_CTRL = CV_REG_CTRL, CV_AMD64_CTRL = CV_REG_CTRL,
CV_AMD64_STAT = CV_REG_STAT, CV_AMD64_STAT = CV_REG_STAT,
......
...@@ -170,7 +170,7 @@ typedef enum _D3DVSD_TOKENTYPE { ...@@ -170,7 +170,7 @@ typedef enum _D3DVSD_TOKENTYPE {
D3DVSD_FORCE_DWORD = 0x7FFFFFFF D3DVSD_FORCE_DWORD = 0x7FFFFFFF
} D3DVSD_TOKENTYPE; } D3DVSD_TOKENTYPE;
/** input registers for vertes shaders functions */ /** input registers for vertex shaders functions */
/* /*
#define D3DVSDE_POSITION 0 #define D3DVSDE_POSITION 0
#define D3DVSDE_BLENDWEIGHT 1 #define D3DVSDE_BLENDWEIGHT 1
......
...@@ -338,7 +338,7 @@ typedef struct _DDSCAPS { ...@@ -338,7 +338,7 @@ typedef struct _DDSCAPS {
#define DDSCAPS2_RESERVED2 0x00000040 #define DDSCAPS2_RESERVED2 0x00000040
/* indicates surface will never be locked again */ /* indicates surface will never be locked again */
#define DDSCAPS2_OPAQUE 0x00000080 #define DDSCAPS2_OPAQUE 0x00000080
/* set at CreateSurface() time to indicate antialising will be used */ /* set at CreateSurface() time to indicate antialiasing will be used */
#define DDSCAPS2_HINTANTIALIASING 0x00000100 #define DDSCAPS2_HINTANTIALIASING 0x00000100
/* set at CreateSurface() time to indicate cubic environment map */ /* set at CreateSurface() time to indicate cubic environment map */
#define DDSCAPS2_CUBEMAP 0x00000200 #define DDSCAPS2_CUBEMAP 0x00000200
......
...@@ -199,7 +199,7 @@ extern "C" { ...@@ -199,7 +199,7 @@ extern "C" {
#define MCI_DGV_MONITOR_METHOD 0x00010000L #define MCI_DGV_MONITOR_METHOD 0x00010000L
#define MCI_DGV_MONITOR_SOURCE 0x00020000L #define MCI_DGV_MONITOR_SOURCE 0x00020000L
/* values for dwSource parameter of the MCI_DGV_MONITOR_PARMS struture */ /* values for dwSource parameter of the MCI_DGV_MONITOR_PARMS structure */
#define MCI_DGV_MONITOR_INPUT 0x00004000L #define MCI_DGV_MONITOR_INPUT 0x00004000L
#define MCI_DGV_MONITOR_FILE 0x00004001L #define MCI_DGV_MONITOR_FILE 0x00004001L
......
...@@ -193,7 +193,7 @@ typedef struct tagDPLMSG_NEWSESSIONHOST ...@@ -193,7 +193,7 @@ typedef struct tagDPLMSG_NEWSESSIONHOST
/***************************************************************************** /*****************************************************************************
* DirectPlay Address ID's * DirectPlay Address ID's
* A DirectPlay address is composed of multiple data chunks, each assocated with * A DirectPlay address is composed of multiple data chunks, each associated with
* a GUID to give significance to the type of data. All chunks have an associated * a GUID to give significance to the type of data. All chunks have an associated
* size so that unknown chunks can be ignored for backwards compatibility! * size so that unknown chunks can be ignored for backwards compatibility!
* EnumAddresses function is used to parse the address data chunks. * EnumAddresses function is used to parse the address data chunks.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2001 John R. Sheets (for CodeWeavers) * Copyright (C) 2001 John R. Sheets (for CodeWeavers)
* Copyright (C) 2003 Alexandre Julliard * Copyright (C) 2003 Alexandre Julliard
* Copuright (C) 2004 Jacek Caban * Copyright (C) 2004 Jacek Caban
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
...@@ -384,7 +384,7 @@ DECL_WINELIB_TYPE_AW(LPWAVEOUTCAPS2) ...@@ -384,7 +384,7 @@ DECL_WINELIB_TYPE_AW(LPWAVEOUTCAPS2)
#define WAVECAPS_PLAYBACKRATE 0x0002 /* supports playback rate control */ #define WAVECAPS_PLAYBACKRATE 0x0002 /* supports playback rate control */
#define WAVECAPS_VOLUME 0x0004 /* supports volume control */ #define WAVECAPS_VOLUME 0x0004 /* supports volume control */
#define WAVECAPS_LRVOLUME 0x0008 /* separate left-right volume control */ #define WAVECAPS_LRVOLUME 0x0008 /* separate left-right volume control */
#define WAVECAPS_SYNC 0x0010 /* driver is synchrounous and playing is blocking */ #define WAVECAPS_SYNC 0x0010 /* driver is synchronous and playing is blocking */
#define WAVECAPS_SAMPLEACCURATE 0x0020 /* position is sample accurate */ #define WAVECAPS_SAMPLEACCURATE 0x0020 /* position is sample accurate */
#define WAVECAPS_DIRECTSOUND 0x0040 /* ? */ #define WAVECAPS_DIRECTSOUND 0x0040 /* ? */
......
...@@ -1068,7 +1068,7 @@ typedef struct _SYSTEM_CPU_INFORMATION { ...@@ -1068,7 +1068,7 @@ typedef struct _SYSTEM_CPU_INFORMATION {
#define CPU_FEATURE_PAT 0x00000400 /* Page Attribute Table */ #define CPU_FEATURE_PAT 0x00000400 /* Page Attribute Table */
#define CPU_FEATURE_FXSR 0x00000800 /* FXSAVE and FXSTORE instructions */ #define CPU_FEATURE_FXSR 0x00000800 /* FXSAVE and FXSTORE instructions */
#define CPU_FEATURE_SEP 0x00001000 /* SYSENTER and SYSEXIT instructions */ #define CPU_FEATURE_SEP 0x00001000 /* SYSENTER and SYSEXIT instructions */
#define CPU_FEATURE_SSE 0x00002000 /* SSE extenstions (ext. MMX) */ #define CPU_FEATURE_SSE 0x00002000 /* SSE extensions (ext. MMX) */
#define CPU_FEATURE_3DNOW 0x00008000 /* 3DNOW instructions available #define CPU_FEATURE_3DNOW 0x00008000 /* 3DNOW instructions available
(FIXME: needs to be confirmed) */ (FIXME: needs to be confirmed) */
#define CPU_FEATURE_SSE2 0x00010000 /* SSE2 extensions (XMMI64) */ #define CPU_FEATURE_SSE2 0x00010000 /* SSE2 extensions (XMMI64) */
......
...@@ -564,7 +564,7 @@ typedef struct _CAT_MEMBERINFO ...@@ -564,7 +564,7 @@ typedef struct _CAT_MEMBERINFO
typedef struct _WIN_CERTIFICATE { typedef struct _WIN_CERTIFICATE {
DWORD dwLength; DWORD dwLength;
WORD wRevision; /* WIN_CERT_REVISON_xxx */ WORD wRevision; /* WIN_CERT_REVISION_xxx */
WORD wCertificateType; /* WIN_CERT_TYPE_xxx */ WORD wCertificateType; /* WIN_CERT_TYPE_xxx */
BYTE bCertificate[ANYSIZE_ARRAY]; BYTE bCertificate[ANYSIZE_ARRAY];
} WIN_CERTIFICATE, *LPWIN_CERTIFICATE; } WIN_CERTIFICATE, *LPWIN_CERTIFICATE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment