Skip to content

Commit e29e4d9

Browse files
committed
Update comment
1 parent ece2027 commit e29e4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl<'tcx> EnvVars<'tcx> {
5151
} else if ecx.tcx.sess.target.os == "windows" {
5252
EnvVars::Windows(WindowsEnvVars::new(ecx, env_vars)?)
5353
} else {
54-
// Used e.g. for wasi
54+
// For "none" targets (i.e., without an OS), and wasi.
5555
EnvVars::Uninit
5656
};
5757
ecx.machine.env_vars = env_vars;

0 commit comments

Comments
 (0)