Fixed the comment from my last commit.
authorHartmut Birr <osexpert@googlemail.com>
Sun, 7 Aug 2005 14:01:17 +0000 (14:01 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sun, 7 Aug 2005 14:01:17 +0000 (14:01 +0000)
svn path=/trunk/; revision=17167

reactos/subsys/system/cmd/del.c

index 3ce89bd..21fb921 100644 (file)
@@ -40,9 +40,9 @@
 *        Implemented /A   example "del /A:H /A:-R *.exe -ping.exe"
 *    
 *    07-Aug-2005 (Hartmut Birr)
 *        Implemented /A   example "del /A:H /A:-R *.exe -ping.exe"
 *    
 *    07-Aug-2005 (Hartmut Birr)
-*        Removed the exclusive deletion (see two comments above) because '-' is a valid file name character. 
-*        Optimized the recursive deletion in directories. 
-*        Preload Loaded some nice strings.*       
+*        Removed the exclusive deletion (see two comments above) because '-' is a valid file name character.
+*        Optimized the recursive deletion in directories.
+*        Preload some nice strings.
 */
 
 #include <precomp.h>
 */
 
 #include <precomp.h>