r287847 - Spelling.
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 23 17:24:38 PST 2016
Author: joerg
Date: Wed Nov 23 19:24:38 2016
New Revision: 287847
URL: http://llvm.org/viewvc/llvm-project?rev=287847&view=rev
Log:
Spelling.
Modified:
cfe/trunk/include/clang/Tooling/JSONCompilationDatabase.h
Modified: cfe/trunk/include/clang/Tooling/JSONCompilationDatabase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/JSONCompilationDatabase.h?rev=287847&r1=287846&r2=287847&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/JSONCompilationDatabase.h (original)
+++ cfe/trunk/include/clang/Tooling/JSONCompilationDatabase.h Wed Nov 23 19:24:38 2016
@@ -73,7 +73,7 @@ public:
loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage,
JSONCommandLineSyntax Syntax);
- /// \brief Returns all compile comamnds in which the specified file was
+ /// \brief Returns all compile commands in which the specified file was
/// compiled.
///
/// FIXME: Currently FilePath must be an absolute path inside the
More information about the cfe-commits
mailing list