auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton

Found the first one in the rust reference docs. I was going to submit a PR with one fix, but figured I could look for more... This is the result.
This commit is contained in:
bors 2014-05-01 20:11:47 -07:00
commit adcbf53955
13 changed files with 18 additions and 18 deletions

View file

@ -11,7 +11,7 @@
#![feature(managed_boxes)]
// Exercises a bug in the shape code that was exposed
// on x86_64: when there is a enum embedded in an
// on x86_64: when there is an enum embedded in an
// interior record which is then itself interior to
// something else, shape calculations were off.