From: Hans Boehm Date: Thu, 26 Apr 2001 00:30:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bb7ff6daea7d779f1a8fa4f71b358501c38a7cd;p=gcc.git *** empty log message *** From-SVN: r41563 --- 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 */