aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 7cffd900..167c78a 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-12 Jakub Jelinek <jakub@redhat.com>
+
+ * c-typeck.c (convert_for_assignment): Fix a comment typo.
+
2019-01-07 Jakub Jelinek <jakub@redhat.com>
PR c/88701