]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/hir/map/mod.rs
Combine input and eval_always query types
[rust.git] / src / librustc / hir / map / mod.rs
index d810a9310c55fae4638161c91d60ce29b8749ddd..ba5ed12a0c084e9bc941318edf2ec217bc8e5f28 100644 (file)
@@ -153,7 +153,7 @@ pub fn krate<'hir>(&'hir self) -> &'hir Crate {
         &self.krate
     }
 
-    /// This is internally in the depedency tracking system.
+    /// This is used internally in the dependency tracking system.
     /// Use the `krate` method to ensure your dependency on the
     /// crate is tracked.
     pub fn untracked_krate<'hir>(&'hir self) -> &'hir Crate {