Skip to content

Commit 05db4f0

Browse files
committed
Fix spelling in comment
1 parent e07f4d4 commit 05db4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ bool CompilerInvocation::parseArgs(
37863786
OPT_disable_aggressive_reg2mem,
37873787
SILOpts.UseAggressiveReg2MemForCodeSize);
37883788

3789-
// We ran into a LLVM backed instruction selection failure.
3789+
// We ran into an LLVM backend instruction selection failure.
37903790
// This is a workaround.
37913791
if (LangOpts.Target.isWasm())
37923792
SILOpts.UseAggressiveReg2MemForCodeSize = false;

0 commit comments

Comments
 (0)