1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

fix typos; NFC

llvm-svn: 245899
This commit is contained in:
Sanjay Patel 2015-08-24 23:20:16 +00:00
parent 17c8cd074d
commit 49096eeddc

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());