diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-08-19 19:42:07 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 19:42:07 +0800 | 
| commit | b4a88c8d07508fb72b7bf1d09d6a71884cfa5e40 (patch) | |
| tree | a536f0d2ca31be64f11bbaddb21575920e6263d9 /library/std/src/sys/mod.rs | |
| parent | 2d058708975587e2ef189489e34b7c78efcfcc42 (diff) | |
| parent | 2050a3b297d8878f232d28d48aa1a3a12d1616ee (diff) | |
| download | rust-b4a88c8d07508fb72b7bf1d09d6a71884cfa5e40.tar.gz rust-b4a88c8d07508fb72b7bf1d09d6a71884cfa5e40.zip | |
Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol
run spellcheck as a tidy extra check in ci This is probably how it should've been done from the start. r? ``@Kobzol``
Diffstat (limited to 'library/std/src/sys/mod.rs')
| -rw-r--r-- | library/std/src/sys/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs index 8ec0a0e3302..6324c1a232a 100644 --- a/library/std/src/sys/mod.rs +++ b/library/std/src/sys/mod.rs @@ -1,7 +1,7 @@ #![allow(unsafe_op_in_unsafe_fn)] /// The configure builtins provides runtime support compiler-builtin features -/// which require dynamic intialization to work as expected, e.g. aarch64 +/// which require dynamic initialization to work as expected, e.g. aarch64 /// outline-atomics. mod configure_builtins; | 
