]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Tue, 22 May 2012 00:54:40 +0000 (00:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 22 May 2012 00:54:40 +0000 (00:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157229 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/reducer.pl

index 095d501d0a93f5f65482633915d5592384c4b22a..872f61b33a77b61b2975b687f1b4cdfc8e392491 100755 (executable)
@@ -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";