From 2ce001671378e9bb100e3a08780c7342178d102f Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 16 Aug 2013 13:17:35 +0000 Subject: [PATCH] fix typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@36981 72102866-910b-0410-8b05-ffd578937521 --- GSFIFO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSFIFO.h b/GSFIFO.h index 8f6b4ff..ac26442 100644 --- a/GSFIFO.h +++ b/GSFIFO.h @@ -273,7 +273,7 @@ GSPutFastNonBlockingFIFO(GSFIFO *receiver, void *item) } /** Function to efficiently put an item to a fast FIFO, blocking if - * necessary untile there is space in the FIFO or until the timeout + * necessary until there is space in the FIFO or until the timeout * occurs.
* Warning ... only for use if the FIFO is NOT configured for multiple * producers.