File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
stdlib/toolchain/Compatibility56/include/Concurrency Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ ConstructorDecl *SwiftDeclSynthesizer::createValueConstructor(
647647 return constructor;
648648}
649649
650- // MARK: Struct RawValue intializers
650+ // MARK: Struct RawValue initializers
651651
652652// / Synthesizer callback for a raw value bridging constructor body.
653653static std::pair<BraceStmt *, bool >
Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 1010// WHOLEMOD-LABEL: sil hidden [ossa] @$s17delayed_functions3fooSiyF : $@convention(thin) () -> Int
1111func foo( ) -> Int { 5 }
1212
13- // Cannot delay property intializers that contain user code.
13+ // Cannot delay property initializers that contain user code.
1414struct R {
1515 // variable initialization expression of R.i
1616 // SINGLE-LABEL: sil hidden [transparent] [ossa] @$s17delayed_functions1RV1iSivpfi : $@convention(thin) () -> Int
You can’t perform that action at this time.
0 commit comments