[PATCH] riched20: Tweak the wording of a comment.

Francois Gouget fgouget at free.fr
Fri Jul 23 06:18:35 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/riched20/tests/editor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 3a6a072f1f8..ab74e0ef1ab 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -8995,8 +8995,8 @@ static void test_EM_SELECTIONTYPE(void)
 START_TEST( editor )
 {
   BOOL ret;
-  /* Must explicitly LoadLibrary(). The test has no references to functions in
-   * RICHED20.DLL, so the linker doesn't actually link to it. */
+  /* Must explicitly LoadLibrary(). The test has no reference to functions in
+   * RICHED20.DLL, so the linker does not actually link to it. */
   hmoduleRichEdit = LoadLibraryA("riched20.dll");
   ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError());
   is_lang_japanese = (PRIMARYLANGID(GetSystemDefaultLangID()) == LANG_JAPANESE);
-- 
2.20.1



More information about the wine-devel mailing list