aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/analyzer/reducer.pl2
1 files changed, 1 insertions, 1 deletions
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";