Skip to content

Commit

Permalink
[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198696 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
loganchien committed Jan 7, 2014
1 parent 1446dc9 commit 1485d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class UnwindOpcodeAssembler {
HasPersonality = 0;
}

/// Set the personality index
/// Set the personality
void setPersonality(const MCSymbol *Per) {
HasPersonality = 1;
}
Expand Down

0 comments on commit 1485d51

Please sign in to comment.