Skip to content

Commit 89652d6

Browse files
committed
Fix a spello.
1 parent d9f0e88 commit 89652d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustllvm/PassWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
401401
// Tell LLVM to translate `unreachable` into an explicit trap instruction.
402402
// This limits the extent of possible undefined behavior in some cases, as it
403403
// prevents control flow from "falling through" into whatever code happens to
404-
// be layed out next in memory.
404+
// be laid out next in memory.
405405
Options.TrapUnreachable = true;
406406

407407
TargetMachine *TM = TheTarget->createTargetMachine(

0 commit comments

Comments
 (0)