[MSVCRT:APITEST]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 10 Oct 2012 21:23:49 +0000 (21:23 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 10 Oct 2012 21:23:49 +0000 (21:23 +0000)
Update a comment. No code changes.

svn path=/trunk/; revision=57533

rostests/apitests/msvcrt/CommandLine.c

index 6af48c0..0a35f0e 100644 (file)
@@ -135,6 +135,7 @@ static void Test_CommandLine(IN ULONG TestNumber,
     if (TestCase->bEncloseProgramNameInQuotes && bWasntInQuotes)
         wcscat(CmdLine, L"\"");
 
     if (TestCase->bEncloseProgramNameInQuotes && bWasntInQuotes)
         wcscat(CmdLine, L"\"");
 
+    /* Add a separating space and copy the tested command line parameters. */
     wcscat(CmdLine, L" ");
     wcscat(CmdLine, TestCase->CmdLine);
 
     wcscat(CmdLine, L" ");
     wcscat(CmdLine, TestCase->CmdLine);
 
@@ -306,7 +307,7 @@ START_TEST(CommandLine)
 
     wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
 
 
     wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
 
-    /* Close the opened quote if needed, and add a separating space */
+    /* Close the opened quote if needed. */
     if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");
 
 
     if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");