fix typo in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@36981 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-08-16 13:17:35 +00:00
parent a018442748
commit 2ce0016713

View file

@ -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.<br />
* Warning ... only for use if the FIFO is NOT configured for multiple
* producers.