Commit 5a4dadda by Craig Rodrigues

re PR other/5299 (then -> than fixes)

2002-01-11  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR other/5299
        * delaycase.c (__delay_event): Fix spelling error.
        * waitbuffer.c: Same.

From-SVN: r48778
parent 87a9c33c
2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR other/5299
* delaycase.c (__delay_event): Fix spelling error.
* waitbuffer.c: Same.
2000-05-31 Richard Henderson <rth@cygnus.com> 2000-05-31 Richard Henderson <rth@cygnus.com>
* Makefile.in (STROBJS): Get memmove.o from configure. * Makefile.in (STROBJS): Get memmove.o from configure.
......
...@@ -95,7 +95,7 @@ __delay_event (ev_got, nevents, evptrs, priority, to, insloc, filename, lineno) ...@@ -95,7 +95,7 @@ __delay_event (ev_got, nevents, evptrs, priority, to, insloc, filename, lineno)
continue; continue;
/* check if we already have processed this one, that means, this /* check if we already have processed this one, that means, this
event is mentioned more then once */ event is mentioned more than once */
for (j = 0; j < i; j++) for (j = 0; j < i; j++)
{ {
if (evptrs[i].ev == evptrs[j].ev) if (evptrs[i].ev == evptrs[j].ev)
......
...@@ -59,7 +59,7 @@ EXCEPTION (spacefail); ...@@ -59,7 +59,7 @@ EXCEPTION (spacefail);
* exceptions: * exceptions:
* bufferinconsistency if something's wrong in the buffer queue's * bufferinconsistency if something's wrong in the buffer queue's
* spacefail out of heap space of datalength of receiver * spacefail out of heap space of datalength of receiver
* less then data avilable. * less than data avilable.
* *
* abstract: * abstract:
* implement the CHILL RECEIVE buffer CASE action. * implement the CHILL RECEIVE buffer CASE action.
...@@ -280,7 +280,7 @@ __wait_buffer (buf_got, nbuf, bufptr, datap, datalen, ins, ...@@ -280,7 +280,7 @@ __wait_buffer (buf_got, nbuf, bufptr, datap, datalen, ins,
if (retval == 0) if (retval == 0)
retval = start_list->bufferaddr; retval = start_list->bufferaddr;
else else
/* more then one has been sent, that's wrong */ /* more than one has been sent, that's wrong */
CAUSE_BUFFINCONS; CAUSE_BUFFINCONS;
/* update instance, if present */ /* update instance, if present */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment