Skip to content

Commit 4b2906c

Browse files
committed
Fix typo
1 parent 852828d commit 4b2906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/remote/RemoteOutputService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ rewound action about to prepare for its (re-)execution. This means that the edge
357357
enterActionExecution hasn't been called yet in SkyframeActionExecutor and all past
358358
executions of the action have released all their locks due to use of try-with-resources.
359359
This means that A_1 can't have any incoming edges in the wait-for graph, which is a
360-
contradiction to the assumption that is contained in the directed cycle C.
360+
contradiction to the assumption that it is contained in the directed cycle C.
361361
362362
We conclude that XY = RW. Since the write lock of A_3 is only ever acquired by A_3 itself, all
363363
edges in C are of the form A_1 -[RW(A_2)]-> A_2. But by construction of inputKeysFor, the

0 commit comments

Comments
 (0)