fix typo; NFC
[oota-llvm.git] / 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) {