Commit 702c7362 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

winemac: Fix typo in comments.

parent e03114c7
......@@ -144,8 +144,8 @@ static int updateField(DWORD origLen, DWORD origOffset, DWORD currentOffset,
static HIMCC updateCompStr(HIMCC old, LPCWSTR compstr, DWORD len, DWORD *flags)
{
/* 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;
......
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