Hi. when someone works again on src/queue.c could be this typo fixed.
http://git.haproxy.org/?p=haproxy.git;a=blob;f=src/queue.c;h=6d3aa9a12bcd6078d1b5a76969da4104a6adb1bd;hb=HEAD#l47 ``` 44 * - a pendconn_add() is only performed by the stream which will own the 45 * pendconn ; the pendconn is allocated at this moment and returned ; it is 46 * added to either the server or the proxy's queue while holding this 47 s * queue's lock. 48 * ``` Regards Alex

