summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-26 00:30:36 +0000
committerhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-26 00:30:36 +0000
commitcb567defe5840ae50fb259090a8da17c609e168e (patch)
tree87acf036c5d7c81bc5f489f19a9be7abc6d03924 /libffi
parent4d9fe5db252a9379f78146d436152a000de364b8 (diff)
downloadgcc-cb567defe5840ae50fb259090a8da17c609e168e.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-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 bb4fbb73a72..4da6dd361d0 100644
--- a/libffi/src/ia64/ffi.c
+++ b/libffi/src/ia64/ffi.c
@@ -41,7 +41,7 @@ typedef double float80;
struct ia64_args {
long scratch[2]; /* Two scratch words at top of stack. */
- /* Allows sp to passed as arg pointer. */
+ /* Allows sp to be passed as arg pointer. */
void * r8_contents; /* Value to be passed in r8 */
long spare; /* Not used. */
float80 fp_regs[8]; /* Contents of 8 floating point argument */