From: Sanjay Patel Date: Mon, 24 Aug 2015 23:20:16 +0000 (+0000) Subject: fix typos; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=002f836e73a37ae713be5528faf162cca2430f81;p=oota-llvm.git fix typos; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245899 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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());