From 0af2372948f7d3eec3b71e78acdecbaec8589926 Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Fri, 6 Aug 2010 05:45:23 +0000 Subject: Fix spelling errors From-SVN: r162938 --- libffi/src/dlmalloc.c | 2 +- libffi/src/ia64/ffi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libffi/src') diff --git a/libffi/src/dlmalloc.c b/libffi/src/dlmalloc.c index 783c5c2..2195b73 100644 --- a/libffi/src/dlmalloc.c +++ b/libffi/src/dlmalloc.c @@ -4192,7 +4192,7 @@ void* dlmalloc(size_t bytes) { void dlfree(void* mem) { /* - Consolidate freed chunks with preceeding or succeeding bordering + Consolidate freed chunks with preceding or succeeding bordering free chunks, if they exist, and then place in a bin. Intermixed with special cases for top, dv, mmapped chunks, and usage errors. */ diff --git a/libffi/src/ia64/ffi.c b/libffi/src/ia64/ffi.c index 3f8fcc5..84b1448 100644 --- a/libffi/src/ia64/ffi.c +++ b/libffi/src/ia64/ffi.c @@ -225,7 +225,7 @@ ffi_prep_cif_machdep(ffi_cif *cif) int flags; /* Adjust cif->bytes to include space for the bits of the ia64_args frame - that preceeds the integer register portion. The estimate that the + that precedes the integer register portion. The estimate that the generic bits did for the argument space required is good enough for the integer component. */ cif->bytes += offsetof(struct ia64_args, gp_regs[0]); -- cgit v1.1