Author: hbelusca
Date: Thu Jul  4 01:08:28 2013
New Revision: 59423

URL: http://svn.reactos.org/svn/reactos?rev=59423&view=rev
Log:
Fix some comments

Modified:
    trunk/reactos/base/shell/cmd/prompt.c

Modified: trunk/reactos/base/shell/cmd/prompt.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/prompt.c?rev=59423&r1=59422&r2=59423&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/prompt.c       [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/prompt.c       [iso-8859-1] Thu Jul  4 
01:08:28 2013
@@ -64,7 +64,7 @@
 
     /*
      * Set the PROMPT environment variable if it doesn't exist already.
-     * You can change the PROMPT environment variable before cmd start.
+     * You can change the PROMPT environment variable before cmd starts.
      */
     if (GetEnvironmentVariable(_T("PROMPT"), Buffer, sizeof(Buffer) / 
sizeof(Buffer[0])) == 0)
         SetEnvironmentVariable(_T("PROMPT"), DefaultPrompt);
@@ -261,8 +261,8 @@
      * So even if 'param' is null you _must_ still set prompt
      * to the default.  There seems to be some kind of difference
      * between winxp and 2k in this matter and this way will
-     * cover both. Do not use fixed size of szParam for param the buffer
-     * are 8192 bytes and will later change to dynamic buffer.
+     * cover both. Do not use fixed size of 'szParam' for 'param';
+     * the buffers are 8192 bytes and will later change to dynamic buffer.
      */
 
     /* Set the PROMPT environment variable */


Reply via email to