CLEANUP: Fix a typo in the session subsystem
Fixes a typo in the code comments of the session subsystem.
This commit is contained in:
parent
f6989ca056
commit
d091bfbc6f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue