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 4e3cd3a commit dd11cc5Copy full SHA for dd11cc5
stdlib/toolchain/Compatibility56/include/Concurrency/Task.h
@@ -570,7 +570,7 @@ class AsyncTask : public Job {
570
/// \c Executing, then \c waitingTask has been added to the
571
/// wait queue and will be scheduled when the future completes. Otherwise,
572
/// the future has completed and can be queried.
573
- /// The waiting task's async context will be intialized with the parameters if
+ /// The waiting task's async context will be initialized with the parameters if
574
/// the current's task state is executing.
575
__attribute__((visibility("hidden")))
576
FutureFragment::Status waitFuture(AsyncTask *waitingTask,
0 commit comments