Skip to content

Commit

Permalink
Update FuzzerMerge.cpp
Browse files Browse the repository at this point in the history
untill -> until
  • Loading branch information
eltociear authored Apr 14, 2024
1 parent 8c391e0 commit d38974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/thirdparty/Fuzzer/FuzzerMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void Fuzzer::CrashResistantMerge(const std::vector<std::string> &Args,
ControlFile << Path << "\n";
ControlFile.close();

// Execute the inner process untill it passes.
// Execute the inner process until it passes.
// Every inner process should execute at least one input.
std::string BaseCmd = CloneArgsWithoutX(Args, "keep-all-flags");
for (size_t i = 1; i <= AllFiles.size(); i++) {
Expand Down

0 comments on commit d38974e

Please sign in to comment.