From d091bfbc6fe28fdb4c572fe914e88ca175d4a5d3 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sun, 25 Nov 2018 11:22:10 -0800 Subject: [PATCH] CLEANUP: Fix a typo in the session subsystem Fixes a typo in the code comments of the session subsystem. --- src/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.c b/src/session.c index 9c52efc9d..2dfd1dea6 100644 --- a/src/session.c +++ b/src/session.c @@ -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) {