From: Ivan Maidanski Date: Wed, 23 May 2018 08:10:32 +0000 (+0300) Subject: Fix typo in comment for CORD_ec_flush_buf prototype X-Git-Tag: v7.6.8~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22d36b004de0e1bde48d27cef20e3d43aa4ccb25;p=gc Fix typo in comment for CORD_ec_flush_buf prototype * include/ec.h (CORD_ec_flush_buf): Fix a typo ("cord") in comment. --- diff --git a/include/ec.h b/include/ec.h index 30806ed2..160fc81a 100644 --- a/include/ec.h +++ b/include/ec.h @@ -43,7 +43,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);