diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-07-27 16:05:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 16:05:12 +0200 |
| commit | b8414fe02e378911df3e4381abb7abd54fa9cec7 (patch) | |
| tree | bb276eb769e164b6ea4316f69082ee44b9345e6c /src | |
| parent | f239bb6bea94d16d902c36d72b5cabdddefb3cab (diff) | |
| parent | 9f8c2495baee84a026f701c2279bff0459a69af7 (diff) | |
| download | rust-b8414fe02e378911df3e4381abb7abd54fa9cec7.tar.gz rust-b8414fe02e378911df3e4381abb7abd54fa9cec7.zip | |
Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomez
typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/header/cfg.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/compiletest/src/header/cfg.rs b/src/tools/compiletest/src/header/cfg.rs index 86a749b935d..77c2866b366 100644 --- a/src/tools/compiletest/src/header/cfg.rs +++ b/src/tools/compiletest/src/header/cfg.rs @@ -112,7 +112,7 @@ pub(super) fn parse_cfg_name_directive<'a>( (config.target == "wasm32-unknown-unknown").then_some("emscripten"), ], allowed_names: &target_cfgs.all_oses, - message: "when the operative system is {name}" + message: "when the operating system is {name}" } condition! { name: &target_cfg.env, @@ -122,7 +122,7 @@ pub(super) fn parse_cfg_name_directive<'a>( condition! { name: &target_cfg.os_and_env(), allowed_names: &target_cfgs.all_oses_and_envs, - message: "when the operative system and target environment are {name}" + message: "when the operating system and target environment are {name}" } condition! { name: &target_cfg.abi, |
