From 002f836e73a37ae713be5528faf162cca2430f81 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Mon, 24 Aug 2015 23:20:16 +0000 Subject: [PATCH] fix typos; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245899 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/LLVMContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/LLVMContext.cpp b/lib/IR/LLVMContext.cpp index 803d24bcb76..af7609f250f 100644 --- a/lib/IR/LLVMContext.cpp +++ b/lib/IR/LLVMContext.cpp @@ -261,7 +261,7 @@ unsigned LLVMContext::getMDKindID(StringRef Name) const { .first->second; } -/// getHandlerNames - Populate client supplied smallvector using custome +/// getHandlerNames - Populate client-supplied smallvector using custom /// metadata name and ID. void LLVMContext::getMDKindNames(SmallVectorImpl &Names) const { Names.resize(pImpl->CustomMDKindNames.size()); -- 2.34.1