Author: tkreuzer
Date: Sat Apr 14 21:19:12 2012
New Revision: 56348
URL:
http://svn.reactos.org/svn/reactos?rev=56348&view=rev
Log:
Remove confusing comments
Modified:
trunk/reactos/base/shell/cmd/copy.c
Modified: trunk/reactos/base/shell/cmd/copy.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/copy.c?rev=…
==============================================================================
--- trunk/reactos/base/shell/cmd/copy.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/copy.c [iso-8859-1] Sat Apr 14 21:19:12 2012
@@ -293,9 +293,9 @@
(most likely Eric Kohl) and it was taken from ren.c */
static void
BuildFileName(
- LPTSTR pszSource, // original
- LPTSTR pszTarget, // template
- LPTSTR pszOutput) // taget
+ LPTSTR pszSource,
+ LPTSTR pszTarget,
+ LPTSTR pszOutput)
{
/* build destination file name */
while (*pszTarget != 0)