mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: Fix a typo in the queue subsystem
Fixes a typo in the code comments of the queue subsystem.
This commit is contained in:
parent
d091bfbc6f
commit
d8499ecb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ void process_srv_queue(struct server *s)
|
|||
* The offset can be positive or negative, and an offset of 0 puts it in the
|
||||
* middle of this range (~ 8 min). Note that this also means if the adjusted
|
||||
* timestamp wraps around, the request will be misinterpreted as being of
|
||||
* the higest priority for that priority class.
|
||||
* the highest priority for that priority class.
|
||||
*
|
||||
* This function must be called by the stream itself, so in the context of
|
||||
* process_stream.
|
||||
|
|
|
|||
Loading…
Reference in a new issue