fix typos; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 24 Aug 2015 23:20:16 +0000 (23:20 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 24 Aug 2015 23:20:16 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245899 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/LLVMContext.cpp

index 803d24bcb76d464f188495f17215149b6fea1de9..af7609f250fadcf1c2ea193e31d27861a67c5ff4 100644 (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());