about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorking6cong <king6cong@gmail.com>2017-01-30 10:12:10 +0800
committerking6cong <king6cong@gmail.com>2017-01-30 10:12:10 +0800
commit986dd077eabd5b4bb313ed2e3b864106f8076fc0 (patch)
treec23d532130eacfb88fa822fdd5f3327595556181 /src
parentd01e22e53f7495499864c371e13e422611b8c377 (diff)
downloadrust-986dd077eabd5b4bb313ed2e3b864106f8076fc0.tar.gz
rust-986dd077eabd5b4bb313ed2e3b864106f8076fc0.zip
doc comment reword
Diffstat (limited to 'src')
-rw-r--r--src/librustc_driver/driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs
index a7188f6da1f..5603ecb1c04 100644
--- a/src/librustc_driver/driver.rs
+++ b/src/librustc_driver/driver.rs
@@ -780,7 +780,7 @@ pub fn phase_2_configure_and_expand<F>(sess: &Session,
         hir_map::Forest::new(hir_crate, &sess.dep_graph)
     });
 
-    // Discard hygiene data, which isn't required past lowering to HIR.
+    // Discard hygiene data, which isn't required after lowering to HIR.
     if !keep_hygiene_data(sess) {
         syntax::ext::hygiene::reset_hygiene_data();
     }