mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-14 15:57:47 +00:00
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:
parent
2dd939e51c
commit
002f836e73
@ -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…
x
Reference in New Issue
Block a user