kernel32/tests: Fix comment.

This commit is contained in:
Paul Vriens 2009-05-25 10:29:01 +02:00 committed by Alexandre Julliard
parent a15282371b
commit bb4168ab73

View file

@ -67,7 +67,7 @@ static void test_query_dos_deviceA(void)
}
for (;drivestr[0] <= 'z'; drivestr[0]++) {
/* Older W2K fails with ERROR_INSUFFICIENT_BUFFER when buflen is > 32767 big */
/* Older W2K fails with ERROR_INSUFFICIENT_BUFFER when buflen is > 32767 */
ret = QueryDosDeviceA( drivestr, buffer, buflen - 1);
if(ret) {
for (p = buffer; *p; p++) *p = toupper(*p);