diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-11 01:59:36 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-11 01:59:36 +0000 |
commit | 613d1c51894e96f2f2ef95ae422866a77f257f9c (patch) | |
tree | 9a8786699c45100aae9785752dd6fb05ae154626 | |
parent | c082c6b8d1ef93ecef313307a1f473824a0c0ed2 (diff) | |
download | ppe42-gcc-613d1c51894e96f2f2ef95ae422866a77f257f9c.tar.gz ppe42-gcc-613d1c51894e96f2f2ef95ae422866a77f257f9c.zip |
Fix a typo in ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43921 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3f626e8ada..b13c2564d20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,7 +6,7 @@ 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com> - * simplify-rtx.c: (simplify_subreg) Fix typo in comment + * simplify-rtx.c (simplify_subreg): Fix typo in comment Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> |