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 {
186186 }
187187};
188188
189- // / Descibes type information and offers value methods for an arbitrary concrete
189+ // / Describes type information and offers value methods for an arbitrary concrete
190190// / type in a way that's compatible with regular Swift and embedded Swift. In
191191// / regular Swift, just holds a Metadata pointer and dispatches to the value
192192// / witness table. In embedded Swift, because we do not have any value witness
@@ -424,7 +424,7 @@ class AsyncTask : public Job {
424424
425425 // / WARNING: Only to be used during task completion (destroy).
426426 // /
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
428428 // / exact record to `pop(record)`, and instead assume that there will be
429429 // / exactly one record remaining -- the "initial" record (added during
430430 // / 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