[ros-diffs] [tkreuzer] 56348: Remove confusing comments

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sat Apr 14 21:19:12 UTC 2012


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=56348&r1=56347&r2=56348&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list