]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/locator.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_metadata / locator.rs
index d4e51693d7edf818ecaa14291e3d2d810eeaf1fd..1f298f6d2d3a5502b5f2893bb0ec88c3d2789b65 100644 (file)
@@ -661,7 +661,7 @@ fn extract_one(&mut self,
             // Ok so at this point we've determined that `(lib, kind)` above is
             // a candidate crate to load, and that `slot` is either none (this
             // is the first crate of its kind) or if some the previous path has
-            // the exact same hash (e.g. it's the exact same crate).
+            // the exact same hash (e.g., it's the exact same crate).
             //
             // In principle these two candidate crates are exactly the same so
             // we can choose either of them to link. As a stupidly gross hack,