From 06c7c8283cbe62d835c17b11ac1b2015266a40af Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 22 Dec 2017 23:15:48 +0000 Subject: [PATCH] ib_srpt: Fix spelling in a function header git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7285 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 1ee3f7f4f..3f42e7248 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2948,7 +2948,7 @@ static void srpt_check_timeout(struct srpt_rdma_ch *ch) /** * srpt_cm_rtu_recv() - Process RTU event. * - * An RTU (read to use) message indicates that the connection has been + * An RTU (ready to use) message indicates that the connection has been * established and that the recipient may begin transmitting. */ static void srpt_cm_rtu_recv(struct srpt_rdma_ch *ch)