Skip to content

Commit 8e289e4

Browse files
committed
[ARM] Fix comment typo
1 parent e3f2180 commit 8e289e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/ARM/ARMISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,8 +2408,8 @@ ARMTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
24082408
isTailCall = false;
24092409

24102410
// For both the non-secure calls and the returns from a CMSE entry function,
2411-
// the function needs to do some extra work afte r the call, or before the
2412-
// return, respectively, thus it cannot end with atail call
2411+
// the function needs to do some extra work after the call, or before the
2412+
// return, respectively, thus it cannot end with a tail call
24132413
if (isCmseNSCall || AFI->isCmseNSEntryFunction())
24142414
isTailCall = false;
24152415

0 commit comments

Comments
 (0)