Skip to content

Commit 4e8627c

Browse files
committed
Fix typo src/base.rs
1 parent b10f5dd commit 4e8627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, target_info: Lock
164164
context.add_driver_option("-v");
165165
}
166166

167-
// NOTE: The codegen generates unrechable blocks.
167+
// NOTE: The codegen generates unreachable blocks.
168168
context.set_allow_unreachable_blocks(true);
169169

170170
{

0 commit comments

Comments
 (0)