]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the queue subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 19:26:48 +0000 (11:26 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:40:11 +0000 (18:40 +0100)
Fixes a typo in the code comments of the queue subsystem.

src/queue.c

index 2e6de98edda9d80c43b3d05ca36e44689e582e87..e0be7a29235256461e339bf7281d127f8a24d316 100644 (file)
@@ -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.