fix typos; NFC
[oota-llvm.git] / 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());