mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231537a2fa
commit
9c05de8a0a
@ -293,7 +293,7 @@ bool Attribute::operator<(Attribute A) const {
|
||||
// AttributeImpl Definition
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Pin the vtabels to this file.
|
||||
// Pin the vtables to this file.
|
||||
AttributeImpl::~AttributeImpl() {}
|
||||
void EnumAttributeImpl::anchor() {}
|
||||
void AlignAttributeImpl::anchor() {}
|
||||
|
@ -20,7 +20,7 @@ using namespace llvm;
|
||||
#define GET_SUBTARGETINFO_CTOR
|
||||
#include "SystemZGenSubtargetInfo.inc"
|
||||
|
||||
// Pin the vtabel to this file.
|
||||
// Pin the vtable to this file.
|
||||
void SystemZSubtarget::anchor() {}
|
||||
|
||||
SystemZSubtarget &
|
||||
|
Loading…
Reference in New Issue
Block a user