mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -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 &
|
||||
|
Reference in New Issue
Block a user