Skip to content

Commit 57e4f1d

Browse files
authored
fix typo
1 parent ba3b11f commit 57e4f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct MiriBeRustCompilerCalls {
9797
impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
9898
fn config(&mut self, config: &mut Config) {
9999
if config.opts.prints.is_empty() && self.target_crate {
100-
// Queries overriden here affects the data stored in `rmeta` files of dependencies,
100+
// Queries overriden here affect the data stored in `rmeta` files of dependencies,
101101
// which will be used later in non-`MIRI_BE_RUSTC` mode.
102102
config.override_queries = Some(|_, local_providers, _| {
103103
// `exported_symbols()` provided by rustc always returns empty result if

0 commit comments

Comments
 (0)