File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ class NullaryContinuationJob : public Job {
186
186
}
187
187
};
188
188
189
- // / Descibes type information and offers value methods for an arbitrary concrete
189
+ // / Describes type information and offers value methods for an arbitrary concrete
190
190
// / type in a way that's compatible with regular Swift and embedded Swift. In
191
191
// / regular Swift, just holds a Metadata pointer and dispatches to the value
192
192
// / witness table. In embedded Swift, because we do not have any value witness
@@ -424,7 +424,7 @@ class AsyncTask : public Job {
424
424
425
425
// / WARNING: Only to be used during task completion (destroy).
426
426
// /
427
- // / This is because between task creation and its destory , we cannot carry the
427
+ // / This is because between task creation and its destroy , we cannot carry the
428
428
// / exact record to `pop(record)`, and instead assume that there will be
429
429
// / exactly one record remaining -- the "initial" record (added during
430
430
// / creating the task), and it must be that record that is removed by this
You can’t perform that action at this time.
0 commit comments