diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:45:23 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:45:23 +0000 |
commit | 3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1 (patch) | |
tree | 9bb85a1baed965dd85f093ee69c91846a652d465 /libffi/src | |
parent | b4521bf13e9e9e5c587eec12b280af9181136fe8 (diff) | |
download | gcc-3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1.tar.gz |
Fix spelling errors
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162938 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src')
-rw-r--r-- | libffi/src/dlmalloc.c | 2 | ||||
-rw-r--r-- | libffi/src/ia64/ffi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libffi/src/dlmalloc.c b/libffi/src/dlmalloc.c index 783c5c2a6f9..2195b73cbdb 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 3f8fcc5318b..84b144868ed 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]); |