summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/test_debuginfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test_debuginfo.pl b/utils/test_debuginfo.pl
index fb61fb0261..a03a117064 100755
--- a/utils/test_debuginfo.pl
+++ b/utils/test_debuginfo.pl
@@ -24,7 +24,7 @@ my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
my $output_file = "$output_dir/$input_filename.gdb.output";
# Extract debugger commands from testcase. They are marked with DEBUGGER:
-# at the beginnign of a comment line.
+# at the beginning of a comment line.
open(INPUT, $testcase_file);
open(OUTPUT, ">$debugger_script_file");
while(<INPUT>) {