Skip to content

Commit b538e4f

Browse files
authored
Merge pull request #42285 from apple/WowbaggersLiquidLunch-patch-1
[Gardening] Typo "beforet" → "before"
2 parents c70514a + 0fbf9b9 commit b538e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ExecutorTrackingInfo {
150150

151151
/// Unconditionally initialize a fresh tracking state on the
152152
/// current state, shadowing any previous tracking state.
153-
/// leave() must be called beforet the object goes out of scope.
153+
/// leave() must be called before the object goes out of scope.
154154
void enterAndShadow(ExecutorRef currentExecutor) {
155155
ActiveExecutor = currentExecutor;
156156
SavedInfo = ActiveInfoInThread.get();

0 commit comments

Comments
 (0)