CLEANUP: Fix a typo in the session subsystem

Fixes a typo in the code comments of the session subsystem.
This commit is contained in:
Joseph Herlant 2018-11-25 11:22:10 -08:00 committed by Willy Tarreau
parent f6989ca056
commit d091bfbc6f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void session_free(struct session *sess)
}
/* callback used from the connection/mux layer to notify that a connection is
* gonig to be released.
* going to be released.
*/
void conn_session_free(struct connection *conn)
{