For PR950:
[oota-llvm.git] / lib / VMCore / SymbolTable.cpp
index 06a43a7867ad8add8249787284f5ec8da0eb4e14..7ea3377ab9165d3b4256686616d46eb85c5db8c4 100644 (file)
@@ -230,7 +230,7 @@ void SymbolTable::insertEntry(const std::string &Name, const Type *VTy,
 }
 
 
-// insertEntry - Insert a value into the symbol table with the specified
+// insertEntry - Insert a type into the symbol table with the specified
 // name...
 //
 void SymbolTable::insert(const std::string& Name, const Type* T) {