[PATCH] winex11: Fix typo in comments.

Nikolay Sivov nsivov at codeweavers.com
Fri Mar 8 07:18:18 CST 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 2f90f8539b..dfeed2cb1e 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;
-- 
2.20.1




More information about the wine-devel mailing list