Rollup merge of #30398 - jwworth:pull-request-1450205451, r=sanxiyn

This fixes a double word typo, 'the'.
This commit is contained in:
Manish Goregaokar 2015-12-18 13:43:45 +05:30
commit 7eb7bc2e04
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ pub fn struct_field_ptr<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, st: &Struct<'tcx>, v
let meta = val.meta;
// Calculate the unaligned offset of the the unsized field.
// Calculate the unaligned offset of the unsized field.
let mut offset = 0;
for &ty in &st.fields[0..ix] {
let llty = type_of::sizing_type_of(ccx, ty);