fix typos; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2015-08-24 23:20:16 +00:00
parent 2dd939e51c
commit 002f836e73

View File

@ -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<StringRef> &Names) const {
Names.resize(pImpl->CustomMDKindNames.size());