[llvm] r245896 - fix typo; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 16:18:44 PDT 2015
Author: spatel
Date: Mon Aug 24 18:18:44 2015
New Revision: 245896
URL: http://llvm.org/viewvc/llvm-project?rev=245896&view=rev
Log:
fix typo; NFC
Modified:
llvm/trunk/lib/IR/Metadata.cpp
Modified: llvm/trunk/lib/IR/Metadata.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Metadata.cpp?rev=245896&r1=245895&r2=245896&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Metadata.cpp (original)
+++ llvm/trunk/lib/IR/Metadata.cpp Mon Aug 24 18:18:44 2015
@@ -1085,7 +1085,7 @@ void Instruction::dropUnknownNonDebugMet
}
}
-/// setMetadata - Set the metadata of of the specified kind to the specified
+/// setMetadata - Set the metadata of the specified kind to the specified
/// node. This updates/replaces metadata if already present, or removes it if
/// Node is null.
void Instruction::setMetadata(unsigned KindID, MDNode *Node) {
More information about the llvm-commits
mailing list