From: Ian Jackson Date: Sat, 8 Jan 2011 19:21:58 +0000 (+0000) Subject: realtime: Fix typo in comment X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d80ceb3569624be2e8788c5dbc3644cf9a4411ee;p=trains.git realtime: Fix typo in comment --- diff --git a/hostside/retransmit.c b/hostside/retransmit.c index 0f404c0..2e0d201 100644 --- a/hostside/retransmit.c +++ b/hostside/retransmit.c @@ -37,7 +37,7 @@ * are on the relaxed[0] queue and messages which are explicitly * relaxed are on the relaxed[1] queue. This gives the previously- * urgent messages 50% of the bandwidth. - * There is one queue for each speady retransmission; messages are on + * There is one queue for each speedy retransmission; messages are on * it in chronological order of dueness. */