From a7aac51396e296d81fd1a41adbc2adcec9d21ff2 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Tue, 15 Oct 2024 11:33:33 -0700 Subject: [PATCH] Update src/rio.h Signed-off-by: Madelyn Olson --- src/rio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);