From 009b09db7aff3249f67f0771a555a73ce1f90cea Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 23 May 2018 11:10:32 +0300 Subject: [PATCH] Fix typo in comment for CORD_ec_flush_buf prototype * include/ec.h (CORD_ec_flush_buf): Fix a typo ("cord") in comment. --- include/ec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ec.h b/include/ec.h index 904a05a6..6375220c 100644 --- a/include/ec.h +++ b/include/ec.h @@ -47,7 +47,7 @@ typedef struct CORD_ec_struct { /* This structure represents the concatenation of ec_cord with */ /* ec_buf[0 ... (ec_bufptr-ec_buf-1)] */ -/* Flush the buffer part of the extended chord into ec_cord. */ +/* Flush the buffer part of the extended cord into ec_cord. */ /* Note that this is almost the only real function, and it is */ /* implemented in 6 lines in cordxtra.c */ void CORD_ec_flush_buf(CORD_ec x); -- 2.40.0