From a77220cc37d3e34db8b32cea244b10a77a359027 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 14 Apr 2012 21:19:12 +0000 Subject: [PATCH] Remove confusing comments svn path=/trunk/; revision=56348 --- reactos/base/shell/cmd/copy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/base/shell/cmd/copy.c b/reactos/base/shell/cmd/copy.c index 7131daede0c..6f975f1c3e7 100644 --- a/reactos/base/shell/cmd/copy.c +++ b/reactos/base/shell/cmd/copy.c @@ -293,9 +293,9 @@ static INT CopyOverwrite (LPTSTR fn) (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)