winex11: Fix typo in comments.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
86dff681fc
commit
e03114c75b
|
@ -183,8 +183,8 @@ static int updateField(DWORD origLen, DWORD origOffset, DWORD currentOffset,
|
|||
|
||||
static HIMCC updateCompStr(HIMCC old, LPCWSTR compstr, DWORD len)
|
||||
{
|
||||
/* we need to make sure the CompStr, CompClaus and CompAttr fields are all
|
||||
* set and correct */
|
||||
/* We need to make sure the CompStr, CompClause and CompAttr fields are all
|
||||
* set and correct. */
|
||||
int needed_size;
|
||||
HIMCC rc;
|
||||
LPBYTE newdata = NULL;
|
||||
|
|
Loading…
Reference in New Issue