diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 18:02:46 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 18:02:46 +0000 |
commit | 9bccb7a35c3537745d3a9d597764aa8f78032bb9 (patch) | |
tree | 7b81b50de81c4c6d563b250ac84aaa92bc4cf21c /libffi | |
parent | e99c3a1d0a11dad2e2b51f061ad4d3c0a98b67b6 (diff) | |
download | gcc-9bccb7a35c3537745d3a9d597764aa8f78032bb9.tar.gz |
config:
* acinclude.m4: Fix spelling error of "separate" as "seperate".
gcc:
* ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
genmultilib, toplev.c: Fix spelling errors of "separate" as
"seperate", and corresponding spelling errors of related words.
gcc/ada:
* 5oosinte.adb: Fix spelling error of "separate" as "seperate".
gcc/testsuite:
* gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
spelling errors of "separate" as "seperate".
libffi:
* src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
libjava:
* defineclass.cc, java/awt/image/ColorModel.java,
java/awt/image/SampleModel.java, java/lang/Package.java,
java/security/cert/X509Extension.java: Fix spelling errors of
"separate" as "seperate", and corresponding spelling errors of
related words.
libstdc++-v3:
* docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix
spelling errors of "separate" as "seperate", and corresponding
spelling errors of related words.
* docs/html/faq/index.txt: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46063 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 4 | ||||
-rw-r--r-- | libffi/src/x86/ffi.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 512b822455d..3d5c928c5b2 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk> + + * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". + 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * src/x86/sysv.S: Avoid gas-only .balign directive. diff --git a/libffi/src/x86/ffi.c b/libffi/src/x86/ffi.c index 162d66fc84b..a6e73f711e3 100644 --- a/libffi/src/x86/ffi.c +++ b/libffi/src/x86/ffi.c @@ -426,7 +426,7 @@ ffi_prep_raw_closure (ffi_raw_closure* closure, FFI_ASSERT (cif->abi == FFI_SYSV); // we currently don't support certain kinds of arguments for raw - // closures. This should be implemented by a seperate assembly language + // closures. This should be implemented by a separate assembly language // routine, since it would require argument processing, something we // don't do now for performance. |