diff options
| author | bors <bors@rust-lang.org> | 2014-05-01 20:11:47 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-01 20:11:47 -0700 |
| commit | adcbf539550eab5ef0b351b1d198d10acecf5301 (patch) | |
| tree | c314b008c911ee4c0db6e9625422cd8e0d68ad34 /src/test | |
| parent | 9f836d5a53e20fde65aa3469fa1826228e7c273a (diff) | |
| parent | e4bf643b9975c4c18da87046a4f99e5a5c058a30 (diff) | |
| download | rust-adcbf539550eab5ef0b351b1d198d10acecf5301.tar.gz rust-adcbf539550eab5ef0b351b1d198d10acecf5301.zip | |
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.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/shape_intrinsic_tag_then_rec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/shape_intrinsic_tag_then_rec.rs b/src/test/run-pass/shape_intrinsic_tag_then_rec.rs index faa29489809..e0a0a7357fc 100644 --- a/src/test/run-pass/shape_intrinsic_tag_then_rec.rs +++ b/src/test/run-pass/shape_intrinsic_tag_then_rec.rs @@ -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. |
