Sorry, the attachement was missing.
On Sun, Nov 25, 2018 at 11:28 AM Joseph Herlant <aerosti...@debian.org> wrote:
>
> Hi,
>
> The attached patch fixes a typo in the code comments of the queue subsystem.
>
> Thanks,
> Joseph
From 0dbb27536b54dd5b8646c532dfebb85d88d62c5e Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
Date: Sun, 25 Nov 2018 11:26:48 -0800
Subject: [PATCH] CLEANUP: Fix a typo in the queue subsystem

Fixes a typo in the code comments of the queue subsystem.
---
 src/queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/queue.c b/src/queue.c
index a5f129d5..3a274457 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -343,7 +343,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.
-- 
2.19.1

Reply via email to