CLEANUP: fix a typo found in the stream subsystem

This typo is in a code comment so not end-user visible.
This commit is contained in:
Joseph Herlant 2018-11-15 09:14:14 -08:00 committed by Willy Tarreau
parent cbb44bf9ef
commit 4cc8d0d60c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ int stream_buf_available(void *arg)
/* This function is called from the session handler which detects the end of
* handshake, in order to complete initialization of a valid stream. It must be
* called with a completley initialized session. It returns the pointer to
* called with a completely initialized session. It returns the pointer to
* the newly created stream, or NULL in case of fatal error. The client-facing
* end point is assigned to <origin>, which must be valid. The stream's task
* is configured with a nice value inherited from the listener's nice if any.