diff --git a/src/rio.h b/src/rio.h index cdb4ce0e02..84b1d4f84d 100644 --- a/src/rio.h +++ b/src/rio.h @@ -57,7 +57,7 @@ struct _rio { * all the data that was read or written so far. The method should be * designed so that can be called with the current checksum, and the buf * and len fields pointing to the new block of data to add to the checksum - * computation. + * computation. * The method should return -1 to indicate that the rio operation should be * terminated, or a non-negative value to continue processing. */ int (*update_cksum)(struct _rio *, const void *buf, size_t len);