mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 03:41:00 +00:00
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:
parent
a018442748
commit
2ce0016713
1 changed files with 1 additions and 1 deletions
2
GSFIFO.h
2
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.<br />
|
||||
* Warning ... only for use if the FIFO is NOT configured for multiple
|
||||
* producers.
|
||||
|
|
Loading…
Reference in a new issue