Skip to content

Commit 080d17f

Browse files
authored
Fix spelling error in comment (rust-lang#974)
1 parent e64a7eb commit 080d17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(crate) fn trans_fn<'clif, 'tcx, B: Backend + 'static>(
2929
let mut func_ctx = FunctionBuilderContext::new();
3030
let mut bcx = FunctionBuilder::new(&mut context.func, &mut func_ctx);
3131

32-
// Predefine block's
32+
// Predefine blocks
3333
let start_block = bcx.create_block();
3434
let block_map: IndexVec<BasicBlock, Block> = (0..mir.basic_blocks().len()).map(|_| bcx.create_block()).collect();
3535

0 commit comments

Comments
 (0)