From 838e8deeb1edce0b999026a22cb837a77648d2b2 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sat, 23 Jun 2018 15:43:00 +0100 Subject: [PATCH] Correct a comment. --- src/includes/cpbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/cpbuffer.h b/src/includes/cpbuffer.h index a47a9c4..449b4ba 100644 --- a/src/includes/cpbuffer.h +++ b/src/includes/cpbuffer.h @@ -3,7 +3,7 @@ #include -// control protocol buffer, a circular buffer with 1024-byte capacity. +// control protocol buffer, a circular buffer with fixed capacity. template class cpbuffer { char buf[SIZE]; -- 2.25.1