[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
This commit is contained in:
Logan Chien 2014-01-07 17:47:25 +00:00
parent 1446dc9ba8
commit 1485d51a16

View File

@ -44,7 +44,7 @@ public:
HasPersonality = 0;
}
/// Set the personality index
/// Set the personality
void setPersonality(const MCSymbol *Per) {
HasPersonality = 1;
}