diff options
author | Anthony Green <green@gcc.gnu.org> | 2004-08-30 17:04:14 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2004-08-30 17:04:14 +0000 |
commit | a23adb4d00857dd9ac5e4915ba1baceb586e8bf8 (patch) | |
tree | f123c7137095c9ba461cbc47338cfa2ed26b3eac /libffi/ChangeLog | |
parent | 05502144b671ceade487a8b6b3ab35859ae4469a (diff) | |
download | gcc-a23adb4d00857dd9ac5e4915ba1baceb586e8bf8.zip gcc-a23adb4d00857dd9ac5e4915ba1baceb586e8bf8.tar.gz gcc-a23adb4d00857dd9ac5e4915ba1baceb586e8bf8.tar.bz2 |
Fix brown-bag typo in ChangeLog entry.
From-SVN: r86786
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index fd2c704..59e6639 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. |