]> git.lizzy.rs Git - rust.git/commitdiff
Fix comment
authorWesley Wiser <wwiser@gmail.com>
Tue, 8 May 2018 13:13:18 +0000 (09:13 -0400)
committerGitHub <noreply@github.com>
Tue, 8 May 2018 13:13:18 +0000 (09:13 -0400)
src/librustc_incremental/persist/load.rs

index 01186483a6839619c3c72f51b13c2c7925216eef..f846759545eb949fbf82cf122be625c2325b7cad 100644 (file)
@@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) ->
     let mut prev_work_products = FxHashMap();
 
     // If we are only building with -Zquery-dep-graph but without an actual
-    // incr. comp. session directory, we exit here. Otherwise we'd fail
+    // incr. comp. session directory, we skip this. Otherwise we'd fail
     // when trying to load work products.
     if sess.incr_comp_session_dir_opt().is_some() {
         let work_products_path = work_products_path(sess);