diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Tooling/JsonCompileCommandLineDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Tooling/JsonCompileCommandLineDatabase.h b/clang/lib/Tooling/JsonCompileCommandLineDatabase.h index 9e776d60010..ea7cf0e6e15 100644 --- a/clang/lib/Tooling/JsonCompileCommandLineDatabase.h +++ b/clang/lib/Tooling/JsonCompileCommandLineDatabase.h @@ -78,7 +78,7 @@ class JsonCompileCommandLineParser { CompileCommandHandler *CommandHandler); /// \brief Parses the specified input. Returns true if no parsing errors were - /// foudn. + /// found. bool Parse(); /// \brief Returns an error message if Parse() returned false previously. |