[llvm] r212228 - Fix typos.

Eric Christopher echristo at gmail.com
Wed Jul 2 15:05:40 PDT 2014


Author: echristo
Date: Wed Jul  2 17:05:40 2014
New Revision: 212228

URL: http://llvm.org/viewvc/llvm-project?rev=212228&view=rev
Log:
Fix typos.

Modified:
    llvm/trunk/lib/IR/Attributes.cpp
    llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.cpp

Modified: llvm/trunk/lib/IR/Attributes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Attributes.cpp?rev=212228&r1=212227&r2=212228&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Attributes.cpp (original)
+++ llvm/trunk/lib/IR/Attributes.cpp Wed Jul  2 17:05:40 2014
@@ -293,7 +293,7 @@ bool Attribute::operator<(Attribute A) c
 // AttributeImpl Definition
 //===----------------------------------------------------------------------===//
 
-// Pin the vtabels to this file.
+// Pin the vtables to this file.
 AttributeImpl::~AttributeImpl() {}
 void EnumAttributeImpl::anchor() {}
 void AlignAttributeImpl::anchor() {}

Modified: llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.cpp?rev=212228&r1=212227&r2=212228&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.cpp Wed Jul  2 17:05:40 2014
@@ -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 &





More information about the llvm-commits mailing list