Restore execute permissions
[platform/upstream/libffi.git] / patches / spelling
1 Index: libffi/ChangeLog
2 ===================================================================
3 --- libffi.orig/ChangeLog
4 +++ libffi/ChangeLog
5 @@ -1,3 +1,10 @@
6 +2010-05-05  Michael Kohler <michaelkohler@live.com>
7 +
8 +       * src/dlmalloc.c (dlfree): Fix spelling.
9 +       * src/ia64/ffi.c (ffi_prep_cif_machdep): Ditto.
10 +       * configure.ac: Ditto.
11 +       * configure: Rebuilt.
12 +
13  2010-04-13  Dan Witte  <dwitte@mozilla.com>
14  
15         * msvcc.sh: Build with -W3 instead of -Wall.
16 Index: libffi/configure
17 ===================================================================
18 --- libffi.orig/configure
19 +++ libffi/configure
20 @@ -11178,7 +11178,7 @@ TARGETDIR="unknown"
21  case "$host" in
22    alpha*-*-*)
23         TARGET=ALPHA; TARGETDIR=alpha;
24 -       # Support 128-bit long double, changable via command-line switch.
25 +       # Support 128-bit long double, changeable via command-line switch.
26         HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
27         ;;
28  
29 Index: libffi/configure.ac
30 ===================================================================
31 --- libffi.orig/configure.ac
32 +++ libffi/configure.ac
33 @@ -43,7 +43,7 @@ TARGETDIR="unknown"
34  case "$host" in
35    alpha*-*-*)
36         TARGET=ALPHA; TARGETDIR=alpha;
37 -       # Support 128-bit long double, changable via command-line switch.
38 +       # Support 128-bit long double, changeable via command-line switch.
39         HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
40         ;;
41  
42 Index: libffi/src/dlmalloc.c
43 ===================================================================
44 --- libffi.orig/src/dlmalloc.c
45 +++ libffi/src/dlmalloc.c
46 @@ -4251,7 +4251,7 @@ void* dlmalloc(size_t bytes) {
47  
48  void dlfree(void* mem) {
49    /*
50 -     Consolidate freed chunks with preceeding or succeeding bordering
51 +     Consolidate freed chunks with preceding or succeeding bordering
52       free chunks, if they exist, and then place in a bin.  Intermixed
53       with special cases for top, dv, mmapped chunks, and usage errors.
54    */
55 Index: libffi/src/ia64/ffi.c
56 ===================================================================
57 --- libffi.orig/src/ia64/ffi.c
58 +++ libffi/src/ia64/ffi.c
59 @@ -225,7 +225,7 @@ ffi_prep_cif_machdep(ffi_cif *cif)
60    int flags;
61  
62    /* Adjust cif->bytes to include space for the bits of the ia64_args frame
63 -     that preceeds the integer register portion.  The estimate that the 
64 +     that precedes the integer register portion.  The estimate that the
65       generic bits did for the argument space required is good enough for the
66       integer component.  */
67    cif->bytes += offsetof(struct ia64_args, gp_regs[0]);