Module: wine
Branch: master
Commit: 702c73626a7aee5400ec57e6a06cd7124951072f
URL: https://source.winehq.org/git/wine.git/?a=commit;h=702c73626a7aee5400ec57e6…
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Fri Mar 8 16:18:32 2019 +0300
winemac: Fix typo in comments.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Ken Thomases <ken(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winemac.drv/ime.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winemac.drv/ime.c b/dlls/winemac.drv/ime.c
index 00fb236..4d95275 100644
--- a/dlls/winemac.drv/ime.c
+++ b/dlls/winemac.drv/ime.c
@@ -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;
Module: wine
Branch: master
Commit: e03114c75b1c072204b95db3b727ed160c3559b0
URL: https://source.winehq.org/git/wine.git/?a=commit;h=e03114c75b1c072204b95db3…
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Fri Mar 8 16:18:18 2019 +0300
winex11: Fix typo in comments.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winex11.drv/ime.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index 2f90f853..dfeed2c 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -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;