diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 84006ab7f9cc007470789b30083985df77e33ac7..fec772921c2daf9580d98d08b6d544f63a93cc72 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -4,7 +4,7 @@
 	* df-problems.c (df_ru_confluence_n, df_rd_confluence_n):
 	Corrected confluence operator to remove bits from op2 before oring
 	with op1 rather than removing bits from op1.
-        * (df_ru_transfer_function): Corrected test on wrong bitmap which
+        (df_ru_transfer_function): Corrected test on wrong bitmap which
 	caused infinite loop.  Both of these problems were introduced in
 	the dataflow rewrite.