CLEANUP: Fix typos in the shctx subsystem

Fixes typos in the code comments of the shctx subsystem.
This commit is contained in:
Joseph Herlant 2018-11-25 11:31:31 -08:00 committed by Willy Tarreau
parent d8499ecb6e
commit 3952643b35
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ int shctx_row_data_append(struct shared_context *shctx,
/*
* Copy <len> data from a row of blocks, return the remaining data to copy
* If 0 is returned, the full data has successfuly be copied
* If 0 is returned, the full data has successfully been copied
*
* The row should be in the hot list
*/