From 22d4f8a9a187690abc4909cbecf8d36655b32f84 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Mon, 24 Aug 2015 23:18:44 +0000 Subject: [PATCH] fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245896 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Metadata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/Metadata.cpp b/lib/IR/Metadata.cpp index b1545554deb..431fee1b7b7 100644 --- a/lib/IR/Metadata.cpp +++ b/lib/IR/Metadata.cpp @@ -1085,7 +1085,7 @@ void Instruction::dropUnknownNonDebugMetadata(ArrayRef 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) { -- 2.34.1