diff --git a/src/librustc_mir/build/scope.rs b/src/librustc_mir/build/scope.rs index e912e933bd81f..90d6a90682f6e 100644 --- a/src/librustc_mir/build/scope.rs +++ b/src/librustc_mir/build/scope.rs @@ -34,7 +34,7 @@ you but duty compels me to mention. In the course of translating matches, it sometimes happen that certain code (namely guards) gets executed multiple times. This means that the scope lexical scope may in fact correspond to multiple, disjoint SEME regions. So in fact our -mapping os from one scope to a vector of SEME regions. +mapping is from one scope to a vector of SEME regions. ### Drops