[PATCH] iscsi/conn.c: fix a typo s/sesson/session/

Ryusuke Konishi <[email protected]>
Newsgroups org.kernel.vger.stgt
Message-ID <[email protected]>
This fixes a typo "sesson" in an error message of conn_close function.

Signed-off-by: Ryusuke Konishi <[email protected]>
---
 usr/iscsi/conn.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr/iscsi/conn.c b/usr/iscsi/conn.c
index 17aa3e3..bb18ac0 100644
--- a/usr/iscsi/conn.c
+++ b/usr/iscsi/conn.c
@@ -106,7 +106,7 @@ void conn_close(struct iscsi_connection *conn)
 	if (!conn->session)
 		goto done;
 
-	eprintf("sesson %p %d\n", conn->session, conn->session->refcount);
+	eprintf("session %p %d\n", conn->session, conn->session->refcount);
 
 	/*
 	 * We just closed the ep so we are not going to send/recv anything.
-- 
1.7.9.3
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.