diff options
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index 2547ec791ef..54103864ee7 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -242,14 +242,14 @@ IcePatch::Updater::cleanup(const FileDescSeq& fileDescSeq) { // // Force MD5 files to be created and orphaned files to be - // removed. + // removed. Then recurse into subdirectories. // cleanup(directoryDesc->dir->getContents()); // - // Call describe(), because MD5 files in subdirectories - // might have changed, resulting in a different summary - // MD5 for this directory. + // Call describe(), because BZ2 and MD5 files in the + // directory might have changed, resulting in a different + // summary MD5 for this directory. // directoryDesc->dir->describe(); } |