Remove typo.

llvm-svn: 53776
This commit is contained in:
Ted Kremenek 2008-07-18 23:13:03 +00:00
parent 2a6b0b5d5e
commit d2d122961d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if (! -x $ClangSB) {
my %AvailableAnalyses;
# Query clang for analysis options.
open(PIPE, "'$Clang's --help |") or
open(PIPE, "'$Clang' --help |") or
DieDiag("Cannot execute '$Clang'");
my $FoundAnalysis = 0;