From 297e8a83d56b707218832a0bb9a5641f4e875cd0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 16 Jan 2016 23:18:51 +1100 Subject: [PATCH] Typo --- src/ckpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ckpool.c b/src/ckpool.c index 4f1bac06..4f8177f7 100644 --- a/src/ckpool.c +++ b/src/ckpool.c @@ -515,7 +515,7 @@ void empty_buffer(connsock_t *cs) /* If there is any cs->buflen it implies a full line was received on the last * pass through read_socket_line and subsequently processed, leaving * unprocessed data beyond cs->bufofs. Otherwise a zero buflen means there is - * only unprocessed data of bufos length. */ + * only unprocessed data of bufofs length. */ static void clear_bufline(connsock_t *cs) { if (unlikely(!cs->buf))