From: Ted Kremenek Date: Tue, 22 May 2012 00:54:40 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c45163d4daafbc367ff4e9c2324b4568b9abe5e;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/reducer.pl b/utils/analyzer/reducer.pl index 095d501d0a..872f61b33a 100755 --- a/utils/analyzer/reducer.pl +++ b/utils/analyzer/reducer.pl @@ -10,7 +10,7 @@ die "$prog: [error] cannot read file $file\n" if (! -r $file); my $magic = shift @ARGV; die "$prog: [error] no error string specified\n" if (! defined $magic); -# Create a backup of the fuke. +# Create a backup of the file. my $dir = tempdir( CLEANUP => 1 ); print "$prog: created temporary directory '$dir'\n"; my $srcFile = "$dir/$file";