]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_session/parse.rs
rustc_codegen_llvm: use IndexSet in CoverageMapGenerator
[rust.git] / src / librustc_session / parse.rs
index 1b232d7b14dcee8b59af2c33e4ff20f6856a2cd8..9cdb7e966fef860d41608cca0e6a46e594cda302 100644 (file)
@@ -63,7 +63,7 @@ pub fn merge(&self, mut spans: FxHashMap<Symbol, Vec<Span>>) {
 
 #[derive(Default)]
 pub struct SymbolGallery {
-    /// All symbols occurred and their first occurrance span.
+    /// All symbols occurred and their first occurrence span.
     pub symbols: Lock<BTreeMap<Symbol, Span>>,
 }