summaryrefslogtreecommitdiffstats
path: root/libffi/src/ia64
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:45:23 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:45:23 +0000
commit3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1 (patch)
tree9bb85a1baed965dd85f093ee69c91846a652d465 /libffi/src/ia64
parentb4521bf13e9e9e5c587eec12b280af9181136fe8 (diff)
downloadppe42-gcc-3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1.tar.gz
ppe42-gcc-3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1.zip
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/ia64')
-rw-r--r--libffi/src/ia64/ffi.c2
1 files changed, 1 insertions, 1 deletions
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]);
OpenPOWER on IntegriCloud