fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 24 Aug 2015 23:18:44 +0000 (23:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 24 Aug 2015 23:18:44 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245896 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/Metadata.cpp

index b1545554deb567917e68ca8048db75d9c6d9dbb8..431fee1b7b7d556ff47bd3379abcbfb4eac1fc2a 100644 (file)
@@ -1085,7 +1085,7 @@ void Instruction::dropUnknownNonDebugMetadata(ArrayRef<unsigned> KnownIDs) {
   }
 }
 
-/// 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) {