ntdll/tests: Fix some typos

André Hentschel nerv at dawncrow.de
Sun Jan 29 13:25:28 CST 2012


---
 dlls/ntdll/tests/string.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ntdll/tests/string.c b/dlls/ntdll/tests/string.c
index a4d0b8a..9349f5d 100644
--- a/dlls/ntdll/tests/string.c
+++ b/dlls/ntdll/tests/string.c
@@ -1255,9 +1255,9 @@ static void test_qsort(void)
 static void test_bsearch(void)
 {
     int arr[7] = { 1, 3, 4, 8, 16, 23, 42 };
-    int *x, l, i,j ;
+    int *x, l, i, j;
 
-    /* just try all all sizes */
+    /* just try all array sizes */
     for (j=1;j<sizeof(arr)/sizeof(arr[0]);j++) {
         for (i=0;i<j;i++) {
             l = arr[i];
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120129/88b24065/attachment-0001.ksh>


More information about the wine-patches mailing list