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(
647
647
return constructor;
648
648
}
649
649
650
- // MARK: Struct RawValue intializers
650
+ // MARK: Struct RawValue initializers
651
651
652
652
// / Synthesizer callback for a raw value bridging constructor body.
653
653
static std::pair<BraceStmt *, bool >
Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ class AsyncTask : public Job {
570
570
// / \c Executing, then \c waitingTask has been added to the
571
571
// / wait queue and will be scheduled when the future completes. Otherwise,
572
572
// / 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
574
574
// / the current's task state is executing.
575
575
__attribute__ ((visibility(" hidden" )))
576
576
FutureFragment::Status waitFuture(AsyncTask *waitingTask,
Original file line number Diff line number Diff line change 10
10
// WHOLEMOD-LABEL: sil hidden [ossa] @$s17delayed_functions3fooSiyF : $@convention(thin) () -> Int
11
11
func foo( ) -> Int { 5 }
12
12
13
- // Cannot delay property intializers that contain user code.
13
+ // Cannot delay property initializers that contain user code.
14
14
struct R {
15
15
// variable initialization expression of R.i
16
16
// SINGLE-LABEL: sil hidden [transparent] [ossa] @$s17delayed_functions1RV1iSivpfi : $@convention(thin) () -> Int
You can’t perform that action at this time.
0 commit comments