From: Hartmut Birr Date: Sun, 7 Aug 2005 14:01:17 +0000 (+0000) Subject: Fixed the comment from my last commit. X-Git-Tag: ReactOS-0.2.8~1208 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=fa7dd8c0ff4753575b2d770500fa955a5913a7a7 Fixed the comment from my last commit. svn path=/trunk/; revision=17167 --- diff --git a/reactos/subsys/system/cmd/del.c b/reactos/subsys/system/cmd/del.c index 3ce89bddf8a..21fb9215ad4 100644 --- a/reactos/subsys/system/cmd/del.c +++ b/reactos/subsys/system/cmd/del.c @@ -40,9 +40,9 @@ * 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