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:
parent
17c8cd074d
commit
49096eeddc
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user