Skip to content

Commit 1a57bd7

Browse files
committed
Merge pull request #119 from jonnyla/patch-1
Fix grammar and a typo mistakes
2 parents ebf9ee0 + 20f7d09 commit 1a57bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/Compilation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ int Compilation::performJobsImpl() {
497497
Diags.diagnose(SourceLoc(), diag::error_command_signalled,
498498
SignalledCmd->getSource().getClassName());
499499

500-
// Since the task signalled, so unconditionally set result to -2.
500+
// Since the task signalled, unconditionally set result to -2.
501501
Result = -2;
502502

503503
return TaskFinishedResponse::StopExecution;

0 commit comments

Comments
 (0)