Skip to content

Commit dd11cc5

Browse files
authored
fix: typo in Task.h from intialized to initialized
1 parent 4e3cd3a commit dd11cc5

File tree

1 file changed

+1
-1
lines changed
  • stdlib/toolchain/Compatibility56/include/Concurrency

1 file changed

+1
-1
lines changed

stdlib/toolchain/Compatibility56/include/Concurrency/Task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ class AsyncTask : public Job {
570570
/// \c Executing, then \c waitingTask has been added to the
571571
/// wait queue and will be scheduled when the future completes. Otherwise,
572572
/// the future has completed and can be queried.
573-
/// The waiting task's async context will be intialized with the parameters if
573+
/// The waiting task's async context will be initialized with the parameters if
574574
/// the current's task state is executing.
575575
__attribute__((visibility("hidden")))
576576
FutureFragment::Status waitFuture(AsyncTask *waitingTask,

0 commit comments

Comments
 (0)