about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2017-09-22 04:35:25 -0400
committerNiko Matsakis <niko@alum.mit.edu>2017-10-16 17:32:23 -0400
commit165cbce1ccb34cd643297ccf1e710c7e8ed95c14 (patch)
tree54187a94683cd31b2083d1cd215f380d76c54385
parent09caa12a51cb61a9841ac072103b6300aa5fb1fd (diff)
downloadrust-165cbce1ccb34cd643297ccf1e710c7e8ed95c14.tar.gz
rust-165cbce1ccb34cd643297ccf1e710c7e8ed95c14.zip
fix nits
-rw-r--r--src/librustc/middle/mem_categorization.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/mem_categorization.rs b/src/librustc/middle/mem_categorization.rs
index 3ef7ee4d6b0..f6d90c03ce0 100644
--- a/src/librustc/middle/mem_categorization.rs
+++ b/src/librustc/middle/mem_categorization.rs
@@ -424,7 +424,7 @@ impl<'a, 'gcx, 'tcx> MemCategorizationContext<'a, 'gcx, 'tcx> {
         let tcx = infcx.tcx;
 
         // Subtle: we can't do rvalue promotion analysis until the
-        // typeck false is complete, which means that you can't trust
+        // typeck phase is complete, which means that you can't trust
         // the rvalue lifetimes that result, but that's ok, since we
         // don't need to know those during type inference.
         let rvalue_promotable_map = None;