1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

IR: Fix comment spelling, NFC

llvm-svn: 226058
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-14 23:11:51 +00:00
parent 255d98103d
commit 239af88068

View File

@ -894,7 +894,7 @@ class MDNodeFwdDecl : public MDNode, ReplaceableMetadataImpl {
public:
~MDNodeFwdDecl() { dropAllReferences(); }
// MSVC doesn't seem to see the alternaive: "using MDNode::operator delete".
// MSVC doesn't see the alternative: "using MDNode::operator delete".
void operator delete(void *Mem) { MDNode::operator delete(Mem); }
static MDNodeFwdDecl *get(LLVMContext &Context, ArrayRef<Metadata *> MDs) {