]> granicus.if.org Git - python/commitdiff
Revert typo fixes in _cytpes/libffi*
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 15 Mar 2011 17:09:10 +0000 (19:09 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 15 Mar 2011 17:09:10 +0000 (19:09 +0200)
Modules/_ctypes/libffi/ChangeLog
Modules/_ctypes/libffi/src/dlmalloc.c
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c

index 78853c42f56eaddf8ca7087b78cdbefccef2326c..00ba7efc1dffb1a62c71b12b2f83d2d077877fa7 100644 (file)
 
 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
 
-       * src/sh/ffi.c (ffi_prep_args): Take account into the alignment
+       * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
        for the register size.
        (ffi_closure_helper_SYSV): Handle the structure return value
        address correctly.
 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
 
        * libffi/src/powerpc/darwin_closure.S:
-       Fix alignment bug, allocate 8 bytes for the result.
+       Fix alignement bug, allocate 8 bytes for the result.
        * libffi/src/powerpc/aix_closure.S:
        Likewise.
        * libffi/src/powerpc/ffi_darwin.c:
index 72673a1bc7422fa899938759c0b425c77d230b80..783c5c2a6f978852200a8a9d307c11b40761d579 100644 (file)
@@ -1326,7 +1326,7 @@ static void* win32direct_mmap(size_t size) {
   return (ptr != 0)? ptr: MFAIL;
 }
 
-/* This function supports releasing coalesced segments */
+/* This function supports releasing coalesed segments */
 static int win32munmap(void* ptr, size_t size) {
   MEMORY_BASIC_INFORMATION minfo;
   char* cptr = ptr;
@@ -1362,7 +1362,7 @@ static int win32munmap(void* ptr, size_t size) {
 #define CALL_MORECORE(S)     MFAIL
 #endif /* HAVE_MORECORE */
 
-/* mstate bit set if contiguous morecore disabled or failed */
+/* mstate bit set if continguous morecore disabled or failed */
 #define USE_NONCONTIGUOUS_BIT (4U)
 
 /* segment bit set in create_mspace_with_base */
index 5e7772068ad721e18ee3f35a5565c1ee54766275..d84f1c393a8d5b2c6f489cf799ce74fa27b58330 100644 (file)
@@ -592,7 +592,7 @@ typedef struct aix_fd_struct {
                  +---------------------------------------+ 160
                  | result area 8                         |
                  +---------------------------------------+ 168
-                 | alignment to the next multiple of 16  |
+                 | alignement to the next multiple of 16 |
 SP current -->    +---------------------------------------+ 176 <- parent frame
                  | back chain to caller 4                |
                  +---------------------------------------+ 180
index dba2184099a255452218f5bbe50134a443e93398..8953d5fda35818334123c592a031f4fad773a00d 100644 (file)
@@ -650,7 +650,7 @@ ffi_call(
                  +---------------------------------------+ 160
                  | result area 8                         |
                  +---------------------------------------+ 168
-                 | alignment to the next multiple of 16  |
+                 | alignement to the next multiple of 16 |
 SP current -->    +---------------------------------------+ 176 <- parent frame
                  | back chain to caller 4                |
                  +---------------------------------------+ 180