diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-08-24 23:20:16 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-08-24 23:20:16 +0000 |
commit | 4104337d9d6af5fa546cc6b72a613e7b4e51c59b (patch) | |
tree | 90854038e0ec06e6934b799ad47a8bc194404608 /llvm/lib | |
parent | 7a8b1150bf8e06900a1aaf2ffdf5ad67b3350f63 (diff) | |
download | bcm5719-llvm-4104337d9d6af5fa546cc6b72a613e7b4e51c59b.tar.gz bcm5719-llvm-4104337d9d6af5fa546cc6b72a613e7b4e51c59b.zip |
fix typos; NFC
llvm-svn: 245899
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/IR/LLVMContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/LLVMContext.cpp b/llvm/lib/IR/LLVMContext.cpp index 803d24bcb76..af7609f250f 100644 --- a/llvm/lib/IR/LLVMContext.cpp +++ b/llvm/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<StringRef> &Names) const { Names.resize(pImpl->CustomMDKindNames.size()); |