diff options
Diffstat (limited to 'lib/Tooling/JsonCompileCommandLineDatabase.h')
-rw-r--r-- | lib/Tooling/JsonCompileCommandLineDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tooling/JsonCompileCommandLineDatabase.h b/lib/Tooling/JsonCompileCommandLineDatabase.h index 9e776d6001..ea7cf0e6e1 100644 --- a/lib/Tooling/JsonCompileCommandLineDatabase.h +++ b/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. |