diff options
| author | André Vennberg <andre.vennberg@gmail.com> | 2023-01-14 16:33:11 +0100 |
|---|---|---|
| committer | André Vennberg <andre.vennberg@gmail.com> | 2023-01-14 17:22:04 +0100 |
| commit | 0b35f448f8e9f39ed6fc1c494eeb331afba513bc (patch) | |
| tree | c2669a980d1b6d0414ec2fc0c79600f0d1b090cf /library/std/src/sys/itron | |
| parent | 44a500c8c187b245638684748f54bd6ec67e0b25 (diff) | |
| download | rust-0b35f448f8e9f39ed6fc1c494eeb331afba513bc.tar.gz rust-0b35f448f8e9f39ed6fc1c494eeb331afba513bc.zip | |
Remove various double spaces in source comments.
Diffstat (limited to 'library/std/src/sys/itron')
| -rw-r--r-- | library/std/src/sys/itron/thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/itron/thread.rs b/library/std/src/sys/itron/thread.rs index 535703be33f..19350b83fab 100644 --- a/library/std/src/sys/itron/thread.rs +++ b/library/std/src/sys/itron/thread.rs @@ -294,7 +294,7 @@ impl Drop for Thread { // Terminate and delete the task // Safety: `self.task` still represents a task we own (because // this method or `join_inner` is called only once for - // each `Thread`). The task indicated that it's safe to + // each `Thread`). The task indicated that it's safe to // delete by entering the `FINISHED` state. unsafe { terminate_and_delete_task(self.task) }; |
