about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2022-07-23 07:31:20 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2022-07-23 07:31:20 +0200
commitdb977ca37ed2adff2d3b04e2af10d0776f2e5aef (patch)
tree19805768b8d9cc26667910f8f9d71fd0d6adf033
parented793d86daa67fb1117dd1db8da5da765e0fc773 (diff)
downloadrust-db977ca37ed2adff2d3b04e2af10d0776f2e5aef.tar.gz
rust-db977ca37ed2adff2d3b04e2af10d0776f2e5aef.zip
Fix typo/grammar in locator.rs doc comment
-rw-r--r--compiler/rustc_metadata/src/locator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/locator.rs b/compiler/rustc_metadata/src/locator.rs
index a72bcb9a2db..2c1c84b0be2 100644
--- a/compiler/rustc_metadata/src/locator.rs
+++ b/compiler/rustc_metadata/src/locator.rs
@@ -67,7 +67,7 @@
 //!
 //! ## What criterion to select on?
 //!
-//! This a pretty tricky area of loading crates. Given a file, how do we know
+//! This is a pretty tricky area of loading crates. Given a file, how do we know
 //! whether it's the right crate? Currently, the rules look along these lines:
 //!
 //! 1. Does the filename match an rlib/dylib pattern? That is to say, does the