Skip to content

Commit 20f7d09

Browse files
jonnylaJonathan La
authored and
Jonathan La
committed
Improved grammar
removed unnecessary 'so'
1 parent ae3b463 commit 20f7d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/Compilation.cpp

Lines changed: 1 addition & 1 deletion
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)