diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-30 17:04:14 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-30 17:04:14 +0000 |
commit | 752da7555722ba17eea35051055fb93b5a804cfe (patch) | |
tree | f123c7137095c9ba461cbc47338cfa2ed26b3eac /libffi | |
parent | 47d98a0058e71bc334871078b7c7bd7fc997babc (diff) | |
download | gcc-752da7555722ba17eea35051055fb93b5a804cfe.tar.gz |
Fix brown-bag typo in ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86786 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index fd2c704c57c..59e6639adb2 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -6,7 +6,7 @@ * configure.in: Read configure.host. * configure.host: New file. frv-elf needs libgloss. * include/ffi.h.in: Force ffi_closure to have a nice big (8) - alignment. This is needed to frv and should harm the others. + alignment. This is needed to frv and shouldn't harm the others. * include/ffi_common.h (ALIGN_DOWN): New macro. * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files. |