Fix a typo in rustc_mir::build::scope's documentation

This commit is contained in:
Erick Tryzelaar 2016-01-09 10:31:50 -08:00
parent d70ab2bdf1
commit cd1f0b75f3

View File

@ -34,7 +34,7 @@
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