diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
commit | 47ae02b70c395550e01975e649e37f6ea829dac5 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/java/ChangeLog | |
parent | d7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff) | |
download | gcc-47ae02b70c395550e01975e649e37f6ea829dac5.tar.gz |
Fix double word typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index d64d3f2f327..c64d3c9e97b 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2015-07-12 Aldy Hernandez <aldyh@redhat.com> + + * class.c: Fix double word typos. + * java-except.h: Same. + * jcf-reader.c: Same. + 2015-07-10 Andrew MacLeod <amacleod@redhat.com> * java-gimplify.c: Include cfghooks.h rather than predict.h. |