Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / Analysis / Lint.h
index 2f0136608d3c8752efc396887deadb1d40750e5a..eb65d223644133017db86f350eb78d59b77bb42a 100644 (file)
@@ -38,8 +38,7 @@ FunctionPass *createLintPass();
 /// This should only be used for debugging, because it plays games with
 /// PassManagers and stuff.
 void lintModule(
-  const Module &M,  ///< The module to be checked
-  std::string *ErrorInfo = 0      ///< Information about failures.
+  const Module &M    ///< The module to be checked
 );
 
 // lintFunction - Check a function.