Fix typo in comment for CORD_ec_flush_buf prototype
authorIvan Maidanski <ivmai@mail.ru>
Wed, 23 May 2018 08:10:32 +0000 (11:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 23 May 2018 08:10:32 +0000 (11:10 +0300)
* include/ec.h (CORD_ec_flush_buf): Fix a typo ("cord") in comment.

include/ec.h

index 904a05a..6375220 100644 (file)
@@ -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);