Skip to content

Commit 311c55f

Browse files
Merge pull request #72582 from mrs1669/fix/typos-task
Fix typos in Task.h
2 parents d3c4230 + b2becb7 commit 311c55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/ABI/Task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)