Update swift/extractor/SwiftExtractorConfiguration.h

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
AlexDenisov
2022-06-29 10:16:14 +02:00
committed by GitHub
parent 488befb577
commit e1ef637c54

View File

@@ -12,7 +12,7 @@ struct SwiftExtractorConfiguration {
// A temporary directory that exists during database creation, but is deleted once the DB is
// finalized.
std::string scratchDir;
// A temporary directory that contains TRAP files before they moved into the final destination.
// A temporary directory that contains TRAP files before they are moved into their final destination.
// Subdirectory of the scratchDir.
std::string tempTrapDir;