We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70514a commit 0fbf9b9Copy full SHA for 0fbf9b9
stdlib/public/Concurrency/Actor.cpp
@@ -150,7 +150,7 @@ class ExecutorTrackingInfo {
150
151
/// Unconditionally initialize a fresh tracking state on the
152
/// current state, shadowing any previous tracking state.
153
- /// leave() must be called beforet the object goes out of scope.
+ /// leave() must be called before the object goes out of scope.
154
void enterAndShadow(ExecutorRef currentExecutor) {
155
ActiveExecutor = currentExecutor;
156
SavedInfo = ActiveInfoInThread.get();
0 commit comments