Skip to content

Commit

Permalink
Update src/rio.h
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored and naglera committed Oct 21, 2024
1 parent b873d41 commit 2479711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2479711

Please sign in to comment.