aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.cc')
-rw-r--r--gcc/gcov.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.cc b/gcc/gcov.cc
index fd4a5cd..0d4ef14 100644
--- a/gcc/gcov.cc
+++ b/gcc/gcov.cc
@@ -2567,7 +2567,7 @@ add_branch_counts (coverage_info *coverage, const arc_info *arc)
}
}
-/* Increment totals in COVERAGE according to to block BLOCK. */
+/* Increment totals in COVERAGE according to block BLOCK. */
static void
add_condition_counts (coverage_info *coverage, const block_info *block)