diff options
Diffstat (limited to 'clang/tools')
| -rw-r--r-- | clang/tools/libclang/CXCompilationDatabase.cpp | 2 | ||||
| -rwxr-xr-x | clang/tools/scan-build/ccc-analyzer | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/libclang/CXCompilationDatabase.cpp b/clang/tools/libclang/CXCompilationDatabase.cpp index 433caecd38a..156a3e22a61 100644 --- a/clang/tools/libclang/CXCompilationDatabase.cpp +++ b/clang/tools/libclang/CXCompilationDatabase.cpp @@ -8,7 +8,7 @@ using namespace clang::tooling; extern "C" { -// FIXME: do something more usefull with the error message +// FIXME: do something more useful with the error message CXCompilationDatabase clang_CompilationDatabase_fromDirectory(const char *BuildDir, CXCompilationDatabase_Error *ErrorCode) diff --git a/clang/tools/scan-build/ccc-analyzer b/clang/tools/scan-build/ccc-analyzer index b463ec041e6..969c1bbb088 100755 --- a/clang/tools/scan-build/ccc-analyzer +++ b/clang/tools/scan-build/ccc-analyzer @@ -677,7 +677,7 @@ if ($Action eq 'compile' or $Action eq 'link') { my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", DIR => $HtmlDir); $ResultFile = $f; - # If the HtmlDir is not set, we sould clean up the plist files. + # If the HtmlDir is not set, we should clean up the plist files. if (!defined $HtmlDir || -z $HtmlDir) { $CleanupFile = $f; } |

