diff --git a/src/librustc/middle/mem_categorization.rs b/src/librustc/middle/mem_categorization.rs index 3ef7ee4d6b0e..f6d90c03ce0b 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;