Skip to content

Commit 9f8c249

Browse files
authored
typos
1 parent fc8a3e3 commit 9f8c249

File tree

1 file changed

+2
-2
lines changed
  • src/tools/compiletest/src/header

1 file changed

+2
-2
lines changed

src/tools/compiletest/src/header/cfg.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
112112
(config.target == "wasm32-unknown-unknown").then_some("emscripten"),
113113
],
114114
allowed_names: &target_cfgs.all_oses,
115-
message: "when the operative system is {name}"
115+
message: "when the operating system is {name}"
116116
}
117117
condition! {
118118
name: &target_cfg.env,
@@ -122,7 +122,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
122122
condition! {
123123
name: &target_cfg.os_and_env(),
124124
allowed_names: &target_cfgs.all_oses_and_envs,
125-
message: "when the operative system and target environment are {name}"
125+
message: "when the operating system and target environment are {name}"
126126
}
127127
condition! {
128128
name: &target_cfg.abi,

0 commit comments

Comments
 (0)