Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 1485d51

Browse files
committed
[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198696 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1446dc9 commit 1485d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UnwindOpcodeAssembler {
4444
HasPersonality = 0;
4545
}
4646

47-
/// Set the personality index
47+
/// Set the personality
4848
void setPersonality(const MCSymbol *Per) {
4949
HasPersonality = 1;
5050
}

0 commit comments

Comments
 (0)