Skip to content

Commit 7f4205e

Browse files
author
David Ungar
committed
grammar
1 parent 0c776a4 commit 7f4205e

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
@@ -1094,7 +1094,7 @@ namespace driver {
10941094
//
10951095
// As it stands, after this job finishes, this mark will tell the code
10961096
// that this job was known to be "cascading". That knowledge will
1097-
// cause any dependent jobs to be run if they haven't already been.
1097+
// cause any dependent jobs to be run if it hasn't already been.
10981098
//
10991099
// TODO: I think this is overly tricky
11001100
markIntransitiveInDepGraph(Cmd, forRanges);

0 commit comments

Comments
 (0)