mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
CLEANUP: Fix typos in the shctx subsystem
Fixes typos in the code comments of the shctx subsystem.
This commit is contained in:
parent
d8499ecb6e
commit
3952643b35
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue